Share via


TypeFieldValue.Type Property

Gets or sets the type, or category, of the field's value.

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

Syntax

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

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

TypeFieldValue Class

Microsoft.TeamFoundation.ProcessConfiguration.Client Namespace