ApiContract.IsCurrent Property

Definition

Gets or sets indicates if API revision is current api revision.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to