XdsObjects Help file
XdsObjects Namespace / XdsLicense 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
    Public Shared Property LicenseServer As String
    Dim value As String
     
    XdsLicense.LicenseServer = value
     
    value = XdsLicense.LicenseServer
    public static string LicenseServer {get; set;}
    public:
    static property String^ LicenseServer {
       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