TenantSeatAllocationDataFloatingStandardUserAllocation 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 = "floatingStandardUserAllocation", EmitDefaultValue = false)]
public TenantSeatAllocationDetailData FloatingStandardUserAllocation { get; }
<DataMemberAttribute(Name := "floatingStandardUserAllocation", EmitDefaultValue := false)>
Public ReadOnly Property FloatingStandardUserAllocation As TenantSeatAllocationDetailData
Get
public:
[DataMemberAttribute(Name = L"floatingStandardUserAllocation", EmitDefaultValue = false)]
property TenantSeatAllocationDetailData^ FloatingStandardUserAllocation {
TenantSeatAllocationDetailData^ get ();
}
[<DataMemberAttribute(Name = "floatingStandardUserAllocation", EmitDefaultValue = false)>]
member FloatingStandardUserAllocation : TenantSeatAllocationDetailData with get
Property Value
Type:
TenantSeatAllocationDetailDataSee Also