TenantSeatAllocationDataReservedPowerUserAllocation Property |
Gets the reserved Power User allocation for the tenant.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(Name = "reservedPowerUserAllocation", EmitDefaultValue = false)]
public TenantSeatAllocationDetailData? ReservedPowerUserAllocation { get; set; }
<DataMemberAttribute(Name := "reservedPowerUserAllocation", EmitDefaultValue := false)>
Public Property ReservedPowerUserAllocation As TenantSeatAllocationDetailData
Get
Set
public:
[DataMemberAttribute(Name = L"reservedPowerUserAllocation", EmitDefaultValue = false)]
property TenantSeatAllocationDetailData^ ReservedPowerUserAllocation {
TenantSeatAllocationDetailData^ get ();
void set (TenantSeatAllocationDetailData^ value);
}
[<DataMemberAttribute(Name = "reservedPowerUserAllocation", EmitDefaultValue = false)>]
member ReservedPowerUserAllocation : TenantSeatAllocationDetailData with get, set
Property Value
Type:
TenantSeatAllocationDetailDataSee Also