ManagementGroup.TimeOfExpiration Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A read only property indicating the UTC time of expiration for the product. This property is meaningful only for Eval licenseSKUs, for other SKUs it returns DateTime.MaxVal.
public:
property DateTime TimeOfExpiration { DateTime get(); };
public DateTime TimeOfExpiration { get; }
member this.TimeOfExpiration : DateTime
Public ReadOnly Property TimeOfExpiration As DateTime
Property Value
Returns the product expiration timeDateTimeDateTime
.
Remarks
TheTimeOfExpirationobject is meaningful for evaluation license stock keeping units (SKUs) only. For other SKUs, the TimeOfExpiration object returns DateTime.MaxVal.