This documentation is archived and is not being maintained.

FieldDefinition::Name Property

Gets the friendly display name of this field definition.

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

public:
property String^ Name {
	String^ get ();
}

Property Value

Type: System::String
The friendly display name of this field definition.

The name of a field definition is user editable and must be globally unique in the TfsTeamProjectCollection.

For more information about names, see Naming conventions for work item tracking objects.

Show: