LicenseDataServerCount Property  | 
 Gets the number of servers provided by the license.
 
    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 = "serverCount", EmitDefaultValue = false)]
public int ServerCount { get; set; }<DataMemberAttribute(Name := "serverCount", EmitDefaultValue := false)>
Public Property ServerCount As Integer
	Get
	Set
public:
[DataMemberAttribute(Name = L"serverCount", EmitDefaultValue = false)]
property int ServerCount {
	int get ();
	void set (int value);
}[<DataMemberAttribute(Name = "serverCount", EmitDefaultValue = false)>]
member ServerCount : int with get, set
Property Value
Type: 
Int32The server count.
Remarks
            The sum of the server count of all valid installed licenses is the number of logical
            machines which connect to the same application database.
            
See Also