LicenseDataFloatingDeveloperSeatAllowance Property |
Gets the number of floating Developer seats provided by the license.
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 = "floatingDeveloperSeatAllowance", EmitDefaultValue = false)]
public SeatCountData FloatingDeveloperSeatAllowance { get; set; }
<DataMemberAttribute(Name := "floatingDeveloperSeatAllowance", EmitDefaultValue := false)>
Public Property FloatingDeveloperSeatAllowance As SeatCountData
Get
Set
public:
[DataMemberAttribute(Name = L"floatingDeveloperSeatAllowance", EmitDefaultValue = false)]
property SeatCountData^ FloatingDeveloperSeatAllowance {
SeatCountData^ get ();
void set (SeatCountData^ value);
}
[<DataMemberAttribute(Name = "floatingDeveloperSeatAllowance", EmitDefaultValue = false)>]
member FloatingDeveloperSeatAllowance : SeatCountData with get, set
Property Value
Type:
SeatCountDataSee Also