EntityHierarchyItem.Children Property

Definition

Gets or sets the list of 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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to