Share via


Job.TeamName Property

Definition

Gets or sets the team name associated with the job.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to