Share via


Edge.ChildId Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="childId")]
public int? ChildId { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="childId")>]
member this.ChildId : Nullable<int> with get, set
Public Property ChildId As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to