Share via


PhraselistUpdateObject.IsActive Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to