Class OrganizationLicenseStateStatesExpiringWarning
An organization licence state states expiring warning
[DataContract]
public class OrganizationLicenseStateStatesExpiringWarning
- Inheritance
-
OrganizationLicenseStateStatesExpiringWarning
- Inherited Members
Properties
ExpiringCount
The number of licenses that will expire in this window
[DataMember(Name = "expiringCount")]
public int ExpiringCount { get; set; }
Property Value
ThresholdInDays
The number of days from now denoting the warning threshold for an expiring license
[DataMember(Name = "thresholdInDays")]
public int ThresholdInDays { get; set; }