次の方法で共有


EntityInfo.NumberOfChildGroups プロパティ

定義

子グループの数を取得または設定します

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

子の数は、現在のグループの下の 1 つのレベルであるグループの数です。

適用対象