TenantSeatAllocationDetailDataElasticHourCount 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 = "elasticHourCount", EmitDefaultValue = false)]
public int? ElasticHourCount { get; set; }
<DataMemberAttribute(Name := "elasticHourCount", EmitDefaultValue := false)>
Public Property ElasticHourCount As Integer?
Get
Set
public:
[DataMemberAttribute(Name = L"elasticHourCount", EmitDefaultValue = false)]
property Nullable<int> ElasticHourCount {
Nullable<int> get ();
void set (Nullable<int> value);
}
[<DataMemberAttribute(Name = "elasticHourCount", EmitDefaultValue = false)>]
member ElasticHourCount : Nullable<int> with get, set
Property Value
Type:
NullableInt32See Also