TenantSeatAllocationDataReservedPowerUserAllocation Property |
Namespace:
Dundas.BI.AccountServices.Extensibility
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(Name = "reservedPowerUserAllocation", EmitDefaultValue = false)]
public TenantSeatAllocationDetailData ReservedPowerUserAllocation { get; }
<DataMemberAttribute(Name := "reservedPowerUserAllocation", EmitDefaultValue := false)>
Public ReadOnly Property ReservedPowerUserAllocation As TenantSeatAllocationDetailData
Get
public:
[DataMemberAttribute(Name = L"reservedPowerUserAllocation", EmitDefaultValue = false)]
property TenantSeatAllocationDetailData^ ReservedPowerUserAllocation {
TenantSeatAllocationDetailData^ get ();
}
[<DataMemberAttribute(Name = "reservedPowerUserAllocation", EmitDefaultValue = false)>]
member ReservedPowerUserAllocation : TenantSeatAllocationDetailData with get
Property Value
Type:
TenantSeatAllocationDetailDataSee Also