Class OrganizationLicenseStateStatesExpiring
An organization licence state states expiring
[DataContract]
public class OrganizationLicenseStateStatesExpiring
- Inheritance
-
OrganizationLicenseStateStatesExpiring
- Inherited Members
Properties
Count
The number of expiring licenses
[DataMember(Name = "count")]
public int Count { get; set; }
Property Value
Critical
Data for the critical threshold
[DataMember(Name = "critical")]
public OrganizationLicenseStateStatesExpiringCritical Critical { get; set; }
Property Value
Warning
Data for the warning threshold
[DataMember(Name = "warning")]
public OrganizationLicenseStateStatesExpiringWarning Warning { get; set; }