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



In This Topic
    LicenseServer Property
    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 String
    'Usage
     
    Dim value As String
     
    DicomLicense.LicenseServer = value
     
    value = DicomLicense.LicenseServer
    public static string LicenseServer {get; set;}
    public:
    static property String^ LicenseServer {
       String^ get();
       void set (    String^ value);
    }
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also