TenantSeatAllocationDataReservedStandardUserAllocation Property |
Gets the reserved Standard 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 = "reservedStandardUserAllocation", EmitDefaultValue = false)]
public TenantSeatAllocationDetailData? ReservedStandardUserAllocation { get; set; }
<DataMemberAttribute(Name := "reservedStandardUserAllocation", EmitDefaultValue := false)>
Public Property ReservedStandardUserAllocation As TenantSeatAllocationDetailData
Get
Set
public:
[DataMemberAttribute(Name = L"reservedStandardUserAllocation", EmitDefaultValue = false)]
property TenantSeatAllocationDetailData^ ReservedStandardUserAllocation {
TenantSeatAllocationDetailData^ get ();
void set (TenantSeatAllocationDetailData^ value);
}
[<DataMemberAttribute(Name = "reservedStandardUserAllocation", EmitDefaultValue = false)>]
member ReservedStandardUserAllocation : TenantSeatAllocationDetailData with get, set
Property Value
Type:
TenantSeatAllocationDetailDataSee Also