Open this page in the API Guide

LicenseHardwareAllowanceElement.ServerCount Property

Gets the number of servers allowed by the element.

Namespace:  Dundas.BI.Licensing
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public int? ServerCount { get; }

Property Value

Type: Nullable<Int32>
The number of servers, or null if there is no specified value.
See Also