In This Topic
The ID for this particular license
Syntax
'Declaration
Public ReadOnly Property LicenseID As System.Integer
'Usage
Dim instance As DicomLicense
Dim value As System.Integer
value = instance.LicenseID
public System.int LicenseID {get;}
public read-only property LicenseID: System.Integer;
public function get LicenseID : System.int
public: __property System.int get_LicenseID();
public:
property System.int LicenseID {
System.int get();
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also