ApiEntityBaseContract.ApiRevisionDescription Property

Definition

Gets or sets description of the API Revision.

[Newtonsoft.Json.JsonProperty(PropertyName="apiRevisionDescription")]
public string ApiRevisionDescription { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="apiRevisionDescription")>]
member this.ApiRevisionDescription : string with get, set
Public Property ApiRevisionDescription As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to