ConnectionType.IsGlobal 屬性

定義

取得或設定布林值,指出連線類型是否為全域。

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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於