PublishedBlueprint.ChangeNotes Property

Definition

Gets or sets version-specific change notes.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to