LicenseHardwareAllowanceElementServerCount 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 (24.3.0.1000)
Syntax public int? ServerCount { get; }
Public ReadOnly Property ServerCount As Integer?
Get
public:
virtual property Nullable<int> ServerCount {
Nullable<int> get () sealed;
}
abstract ServerCount : Nullable<int> with get
override ServerCount : Nullable<int> with get
Property Value
Type:
NullableInt32The number of servers, or
if there is no specified value.
See Also