In This Topic
Specifies the server to be used to obtain on-line licenses
This is an advanced property only to be used under directions from
Medical Connections
Syntax
'Declaration
Public Shared Property LicenseServer As System.String
'Usage
Dim value As System.String
DicomLicense.LicenseServer = value
value = DicomLicense.LicenseServer
public static System.string LicenseServer {get; set;}
public read-write property LicenseServer: System.String; static;
public static function get,set LicenseServer : System.String
public: __property static System.string* get_LicenseServer();
public: __property static void set_LicenseServer(
System.string* value
);
public:
static property System.String^ LicenseServer {
System.String^ get();
void set ( System.String^ value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also