共用方式為


UserSubscriptionQuota.CurrentValue Property

Definition

Gets or sets current number of IotHub type

[Newtonsoft.Json.JsonProperty(PropertyName="currentValue")]
public int? CurrentValue { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="currentValue")>]
member this.CurrentValue : Nullable<int> with get, set
Public Property CurrentValue As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to