Share via


PrivateStore.IsGov Property

Definition

Gets or sets is government

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to