Share via


Cluster.SupportsScaling Property

Definition

Gets or sets a value that indicates whether Scaling is Supported.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to