Share via


WhatIfPropertyChange.Children Property

Definition

Gets or sets nested property changes.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to