FieldDefinition Class
This class is used to hold Field definitions.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
'Declaration
Public Class FieldDefinition
'Usage
Dim instance As FieldDefinition
public class FieldDefinition
public ref class FieldDefinition
public class FieldDefinition
Remarks
This class does not contain the reportability setting for a field. To get the reportability setting for a field, export a WorkItemType definition that contains this field and read the resultant XML for the reporting setting defined for this field. Using Fields for Reporting describes how to do this in detail.
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.WorkItemTracking.Client.FieldDefinition
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.