XdsObjects Help file
XdsObjects Namespace / XdsLicense Class / AuthorisationID Property



AuthorisationID Property
The numeric ID of the Authorisation String which was used to generate this license
Syntax
Public ReadOnly Property AuthorisationID As Integer
Dim instance As XdsLicense
Dim value As Integer
 
value = instance.AuthorisationID
public int AuthorisationID {get;}
public:
property int AuthorisationID {
   int get();
}
Remarks
For security reasons, the Authorisation String used to generate a XdsLicense is not stored in the machine, but each such string has a unique ID in the Medical Connections database, enabling the two to be linked.
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