This documentation is archived and is not being maintained.

FieldDefinition::Usage Property

Gets the intended usage of this field definition.

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

public:
property FieldUsages Usage {
	FieldUsages get ();
}

Property Value

Type: Microsoft.TeamFoundation.WorkItemTracking.Client::FieldUsages
The intended usage of this field definition.

The Usage property describes whether this field definition is intended for use with either WorkItem or WorkItemLink objects.

Show: