LicenseServerCount Property
In This Topic
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
'Declaration
Public Shared Property LicenseServerCount As Integer
'Usage
Dim value As Integer
DicomLicense.LicenseServerCount = value
value = DicomLicense.LicenseServerCount
public static int LicenseServerCount {get; set;}
public:
static property int LicenseServerCount {
int get();
void set ( int value);
}
Requirements
Target Platforms: .NET CLR 4.0 or higher
See Also