다음을 통해 공유


AccountModel.MaxCapacity Property

Definition

Gets or sets the max capacity.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to