다음을 통해 공유


Revision.Active Property

Definition

Gets boolean describing if the Revision is Active

[Newtonsoft.Json.JsonProperty(PropertyName="properties.active")]
public bool? Active { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.active")>]
member this.Active : Nullable<bool>
Public ReadOnly Property Active As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to