ILicenseServerCount Property  | 
 Gets the number of servers provided by the license.
 
    Namespace: 
   Dundas.BI.Licensing
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
SyntaxReadOnly Property ServerCount As Integer
	Get
property int ServerCount {
	int get ();
}abstract ServerCount : int with get
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