Share via


ManagementGroup.IsGateway Property

Definition

Gets or sets a value indicating whether the management group is a gateway.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to