JSONRegexFeature.Activated Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to