次の方法で共有


Endpoint.MinChildEndpoints プロパティ

定義

親プロファイルを使用可能と見なすために、子プロファイルで使用できる必要があるエンドポイントの最小数を取得または設定します。 型 'NestedEndpoints' のエンドポイントにのみ適用されます。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.minChildEndpoints")]
public long? MinChildEndpoints { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.minChildEndpoints")>]
member this.MinChildEndpoints : Nullable<int64> with get, set
Public Property MinChildEndpoints As Nullable(Of Long)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象