TeamSettings.TeamField Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

The refname of the "team field". Could be null if the team field has not been set on the project

Namespace:  Microsoft.TeamFoundation.ProcessConfiguration.Client
Assembly:  Microsoft.TeamFoundation.ProjectManagement (in Microsoft.TeamFoundation.ProjectManagement.dll)

Syntax

'Declaration
Public ReadOnly Property TeamField As String
public string TeamField { get; }
public:
property String^ TeamField {
    String^ get ();
}
member TeamField : string with get
function get TeamField () : String

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

TeamSettings Class

Microsoft.TeamFoundation.ProcessConfiguration.Client Namespace