DataSource.Instructions Property

Definition

Gets or sets instructions if any for the data source

[Newtonsoft.Json.JsonProperty(PropertyName="instructions")]
public System.Collections.Generic.IList<string> Instructions { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="instructions")>]
member this.Instructions : System.Collections.Generic.IList<string> with get, set
Public Property Instructions As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to