Team.MemberCount Property

Definition

[System.Text.Json.Serialization.JsonPropertyName("memberCount")]
[System.Text.Json.Serialization.JsonPropertyOrder(6)]
public int? MemberCount { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("memberCount")>]
[<System.Text.Json.Serialization.JsonPropertyOrder(6)>]
member this.MemberCount : Nullable<int> with get, set
Public Property MemberCount As Nullable(Of Integer)

Property Value

Attributes

Applies to