TypeField.Type Property
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.TeamFoundation.ProcessConfiguration.Client Namespace