Share via


ContextDTO.IsContextOnly Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to