TypeField.Type Property

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

Type of the field

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

Syntax

'Declaration
Public Property Type As FieldTypeEnum
public FieldTypeEnum Type { get; set; }
public:
property FieldTypeEnum Type {
    FieldTypeEnum get ();
    void set (FieldTypeEnum value);
}
member Type : FieldTypeEnum with get, set
function get Type () : FieldTypeEnum 
function set Type (value : FieldTypeEnum)

Property Value

Type: Microsoft.TeamFoundation.ProcessConfiguration.Client.FieldTypeEnum
Returns FieldTypeEnum.

.NET Framework Security

See Also

Reference

TypeField Class

Microsoft.TeamFoundation.ProcessConfiguration.Client Namespace