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