次の方法で共有


DataSource.Instructions プロパティ

定義

データ ソースに対する命令がある場合は、その命令を取得または設定します

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象