Share via


ManagementGroup.ServerCount Property

Definition

Gets or sets the number of servers connected to the management group.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to