In This Topic
The expiry date of the license
Syntax
'Declaration
Public ReadOnly Property Expiry As System.Date
'Usage
Dim instance As DicomLicense
Dim value As System.Date
value = instance.Expiry
public System.DateTime Expiry {get;}
public read-only property Expiry: System.DateTime;
public function get Expiry : System.DateTime
public: __property System.DateTime get_Expiry();
public:
property System.DateTime Expiry {
System.DateTime get();
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also