次の方法で共有


VMwareDetails.TotalSpaceInBytes Property

Definition

Gets or sets the total space.

[Newtonsoft.Json.JsonProperty(PropertyName="totalSpaceInBytes")]
public long? TotalSpaceInBytes { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="totalSpaceInBytes")>]
member this.TotalSpaceInBytes : Nullable<int64> with get, set
Public Property TotalSpaceInBytes As Nullable(Of Long)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to