LicenseSeatUsageDetailDataTotalCount Property  | 
 
            Gets the total number of seats provided.
            
 
    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 = "totalCount", EmitDefaultValue = false)]
public SeatCountData? TotalCount { get; set; }<DataMemberAttribute(Name := "totalCount", EmitDefaultValue := false)>
Public Property TotalCount As SeatCountData
	Get
	Set
public:
[DataMemberAttribute(Name = L"totalCount", EmitDefaultValue = false)]
property SeatCountData^ TotalCount {
	SeatCountData^ get ();
	void set (SeatCountData^ value);
}[<DataMemberAttribute(Name = "totalCount", EmitDefaultValue = false)>]
member TotalCount : SeatCountData with get, set
Property Value
Type: 
SeatCountData
See Also