DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomLicence Class / LicenceServer Property



In This Topic
    LicenceServer Property
    In This Topic
    Specifies the server to be used to obtain on-line Licences This is an advanced property and is to be used with caution
    Syntax
    'Declaration
     
    
    Public Shared Property LicenceServer As String
    'Usage
     
    
    Dim value As String
     
    DicomLicence.LicenceServer = value
     
    value = DicomLicence.LicenceServer
    public static string LicenceServer {get; set;}
    public:
    static property String^ LicenceServer {
       String^ get();
       void set (    String^ value);
    }
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also