LicenseMaxNumberOfClients Property |
Gets the maximum number of Server clients permitted by this license
Namespace:
VelocityDb
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public uint MaxNumberOfClients { get; set; }
Public Property MaxNumberOfClients As UInteger
Get
Set
public:
property unsigned int MaxNumberOfClients {
unsigned int get ();
void set (unsigned int value);
}
member MaxNumberOfClients : uint32 with get, set
Property Value
Type:
UInt32See Also