LicenseExpirationDate Property |
Gets or sets license expiration date
Namespace: TreeksLicensingLibraryAssembly: TreeksLicensingLibrary (in TreeksLicensingLibrary.dll) Version: 1.3.5562.40448
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