Share via


Review.SubTeam Property

Definition

Gets or sets name of the subteam.

[Newtonsoft.Json.JsonProperty(PropertyName="SubTeam")]
public string SubTeam { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="SubTeam")>]
member this.SubTeam : string with get, set
Public Property SubTeam As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to