CapabilityInformation.AccountCount Property

Definition

Gets the current number of accounts under this subscription.

[Newtonsoft.Json.JsonProperty(PropertyName="accountCount")]
public int? AccountCount { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="accountCount")>]
member this.AccountCount : Nullable<int>
Public ReadOnly Property AccountCount As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to