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