TypeField.TypeFieldValues Property

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

Values associated with the field

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

Syntax

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

Property Value

Type: array<Microsoft.TeamFoundation.ProcessConfiguration.Client.TypeFieldValue[]
Returns TypeFieldValue.

.NET Framework Security

See Also

Reference

TypeField Class

Microsoft.TeamFoundation.ProcessConfiguration.Client Namespace