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 (24.3.0.1000)
Syntax
[DataMemberAttribute(Name = "serverCount", EmitDefaultValue = false)]
public int ServerCount { get; set; }

Property Value

Type: Int32
The 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