VpnSite.IsSecuritySite Property

Definition

Gets or sets isSecuritySite flag.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to