Class LicensingSubscriptionClaimCounts
Numeric breakdown of network and entitlement counts
[DataContract]
public class LicensingSubscriptionClaimCounts
- Inheritance
-
LicensingSubscriptionClaimCounts
- Inherited Members
Properties
Networks
Number of networks bound to this subscription
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "networks")]
public int Networks { get; set; }
Property Value
Seats
Subscription expiration date
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "endDate")]
public LicensingSubscriptionClaimCountsSeats Seats { get; set; }