次の方法で共有


VpnSite.IsSecuritySite プロパティ

定義

isSecuritySite フラグを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象