LicenseExpirationDate Property |
Gets or sets license expiration date.
Namespace:
TreeksLicensingLibrary2
Assembly:
TreeksLicensingLibrary2 (in TreeksLicensingLibrary2.dll) Version: 2.1.8318.42066 (2.1.0.0)
Syntax public DateTime ExpirationDate { get; set; }
Public Property ExpirationDate As DateTime
Get
Set
public:
property DateTime ExpirationDate {
DateTime get ();
void set (DateTime value);
}
member ExpirationDate : DateTime with get, set
Property Value
Type:
DateTimeReturn Value
Type:
DateTimeReturns previously stored value
Remarks See Also