Show / Hide Table of Contents

Property OverrideExpirationDate

| Improve this Doc View Source

OverrideExpirationDate

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.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest