次の方法で共有


ProcessServerDetails.TotalMemoryInBytes Property

Definition

Gets the total memory.

[Newtonsoft.Json.JsonProperty(PropertyName="totalMemoryInBytes")]
public long? TotalMemoryInBytes { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="totalMemoryInBytes")>]
member this.TotalMemoryInBytes : Nullable<int64>
Public ReadOnly Property TotalMemoryInBytes As Nullable(Of Long)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to