Property OverrideExpirationDate
| Improve this Doc View SourceOverrideExpirationDate
Gets a value indicates whether this LicenseItem should ignore its containing License object's ExpirationDate property.
Declaration
public bool OverrideExpirationDate { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | true if this LicenseItem should ignore its containing License object's ExpirationDate property, otherwise false. The default value is false. |
Remarks
Setting this property to true makes this LicenseItem never expired, even its containing License expired.