次の方法で共有


EntityInfo.ParentNameChain プロパティ

定義

ルート グループから直接の親への親名チェーンを取得または設定します

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象