ProjectProcessConfiguration.TypeFields Property

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

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

Syntax

'Declaration
Public Property TypeFields As TypeField()
public TypeField[] TypeFields { get; set; }
public:
property array<TypeField^>^ TypeFields {
    array<TypeField^>^ get ();
    void set (array<TypeField^>^ value);
}
member TypeFields : TypeField[] with get, set
function get TypeFields () : TypeField[]
function set TypeFields (value : TypeField[])

Property Value

Type: array<Microsoft.TeamFoundation.ProcessConfiguration.Client.TypeField[]

.NET Framework Security

See Also

Reference

ProjectProcessConfiguration Class

Microsoft.TeamFoundation.ProcessConfiguration.Client Namespace