In This Topic
The numeric ID of the Authorisation String which was used to generate this license
Syntax
'Declaration
Public ReadOnly Property AuthorisationID As System.Integer
'Usage
Dim instance As DicomLicense
Dim value As System.Integer
value = instance.AuthorisationID
public System.int AuthorisationID {get;}
public read-only property AuthorisationID: System.Integer;
public function get AuthorisationID : System.int
public: __property System.int get_AuthorisationID();
public:
property System.int AuthorisationID {
System.int get();
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also