Share via


ConnectivityStatusContract.IsOptional Property

Definition

Gets or sets whether this is optional.

[Newtonsoft.Json.JsonProperty(PropertyName="isOptional")]
public bool IsOptional { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="isOptional")>]
member this.IsOptional : bool with get, set
Public Property IsOptional As Boolean

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to