次の方法で共有


EntityHierarchyItem.Children プロパティ

定義

子の一覧を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.children")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.ManagementGroups.Models.EntityHierarchyItem> Children { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.children")>]
member this.Children : System.Collections.Generic.IList<Microsoft.Azure.Management.ManagementGroups.Models.EntityHierarchyItem> with get, set
Public Property Children As IList(Of EntityHierarchyItem)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象