LicenseEffectiveEndDate Property |
Gets the date in which the license expires.
Namespace: com.softwarekey.Client.LicensingAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic virtual DateTime EffectiveEndDate { get; set; }
Public Overridable Property EffectiveEndDate As DateTime
Get
Set
public:
virtual property DateTime EffectiveEndDate {
DateTime get ();
void set (DateTime value);
}
Property Value
Type:
DateTime
See Also