Share via


VolumeContainer.VolumeCount Property

Definition

Gets the number of volumes in the volume Container.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to