DefinitionEndpointCreateParameters.MinChildEndpoints Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Optional. Specifies the minimum amount of child endpoints in a nested profile that has to be online for the endpoint to be considered online. The default is 1.
public int? MinChildEndpoints { get; set; }
member this.MinChildEndpoints : Nullable<int> with get, set
Public Property MinChildEndpoints As Nullable(Of Integer)