SiteLimits.MaxMemoryInMb Property

Definition

Gets or sets maximum allowed memory usage in MB.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to