Dela via


CommonProjectConfiguration.TypeFields Property

Fields Associated with the project configuration

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[]
Returns TypeField.

.NET Framework Security

See Also

Reference

CommonProjectConfiguration Class

Microsoft.TeamFoundation.ProcessConfiguration.Client Namespace