Class OrganizationLicenseStateStatesExpiringWarning
An organization licence state states expiring warning
[ApiAccessReadOnlyClass]
[DataContract]
public class OrganizationLicenseStateStatesExpiringWarning
- Inheritance
-
OrganizationLicenseStateStatesExpiringWarning
- Inherited Members
Constructors
OrganizationLicenseStateStatesExpiringWarning()
public OrganizationLicenseStateStatesExpiringWarning()
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; }