Sdílet prostřednictvím


Volume_2022_11_01.IsLargeVolume Property

Definition

Gets or sets specifies whether volume is a Large Volume or Regular Volume.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.isLargeVolume")]
public bool? IsLargeVolume { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.isLargeVolume")>]
member this.IsLargeVolume : Nullable<bool> with get, set
Public Property IsLargeVolume As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to