共用方式為


EntityInfo.ParentNameChain Property

Definition

Gets or sets the parent name chain from the root group to the immediate parent

[Newtonsoft.Json.JsonProperty(PropertyName="properties.parentNameChain")]
public System.Collections.Generic.IList<string> ParentNameChain { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.parentNameChain")>]
member this.ParentNameChain : System.Collections.Generic.IList<string> with get, set
Public Property ParentNameChain As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to