次の方法で共有


HierarchicalModel.Children プロパティ

定義

[Newtonsoft.Json.JsonProperty(PropertyName="children")]
public System.Collections.Generic.IList<string> Children { get; set; }
[Newtonsoft.Json.JsonProperty(PropertyName="children")]
public System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.JsonChild> Children { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="children")>]
member this.Children : System.Collections.Generic.IList<string> with get, set
[<Newtonsoft.Json.JsonProperty(PropertyName="children")>]
member this.Children : System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.JsonChild> with get, set
Public Property Children As IList(Of String)
Public Property Children As IList(Of JsonChild)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象