DicomObjects.NET.V8
DicomObjects Namespace / DicomLicense Class / LicenseServerCount Property



LicenseServerCount Property
Specifies the how many license servers are to be tried to obtain on-line licenses This is an advanced property only to be used under directions from Medical Connections
Syntax
public static int LicenseServerCount {get; set;}
public:
static property int LicenseServerCount {
   int get();
   void set (    int value);
}
'Declaration
 
Public Shared Property LicenseServerCount As Integer
 
'Usage
 
Dim value As Integer
 
DicomLicense.LicenseServerCount = value
 
value = DicomLicense.LicenseServerCount
Requirements

Target Platforms: .NET CLR 3.5 or higher

See Also