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