Share via


Endpoint.MinChildEndpoints Property

Definition

Gets or sets the minimum number of endpoints that must be available in the child profile in order for the parent profile to be considered available. Only applicable to endpoint of type '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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to