Interface ILicenseRenewal
Assembly: Sp.Agent.dll
Properties
GracePeriod
Declaration
[Obsolete("Removed for simplicity; period is still honored and can be inferred as: ILicense.ValidUntilDate - .Advanced.ExpirationDate")]
TimeSpan? GracePeriod { get; }
Property Value
Type |
Description |
System.Nullable<System.TimeSpan> |
|
RevisionNumber
Declaration
[Obsolete("Removed for simplicity; While this is used internally, there are no known use cases for requiring this detail on a programmatic basis")]
int RevisionNumber { get; }
Property Value
Type |
Description |
System.Int32 |
|