XdsObjects Help file
XdsObjects Namespace / XdsLicense Class / LicenseServerCount Property



In This Topic
    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
    Public Shared Property LicenseServerCount As Integer
    Dim value As Integer
     
    XdsLicense.LicenseServerCount = value
     
    value = XdsLicense.LicenseServerCount
    public static int LicenseServerCount {get; set;}
    public:
    static property int LicenseServerCount {
       int get();
       void set (    int 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