DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomLicense 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
    'Declaration
     
    
    Public Shared Property LicenseServerCount As System.Integer
    'Usage
     
    
    Dim value As System.Integer
     
    DicomLicense.LicenseServerCount = value
     
    value = DicomLicense.LicenseServerCount
    public static System.int LicenseServerCount {get; set;}
    public read-write property LicenseServerCount: System.Integer; static; 
    public static function get,set LicenseServerCount : System.int
    public: __property static System.int get_LicenseServerCount();
    public: __property static void set_LicenseServerCount( 
       System.int value
    );
    public:
    static property System.int LicenseServerCount {
       System.int get();
       void set (    System.int value);
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also