CoreFieldReferenceNames Class

This class holds the reference names for all CoreFields.

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)

Syntax

'Declaration
Public NotInheritable Class CoreFieldReferenceNames
'Usage
You do not need to declare an instance of a static class in order to access its members.
public static class CoreFieldReferenceNames
public ref class CoreFieldReferenceNames abstract sealed
public final class CoreFieldReferenceNames

Remarks

Each CoreField friendly name is a property of this class whose static value is the corresponding reference name string. For example, the value of Id is "System.Id."

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.WorkItemTracking.Client.CoreFieldReferenceNames

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.

See Also

Reference

CoreFieldReferenceNames Members

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace