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