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