This documentation is archived and is not being maintained.

FieldDefinition::IsIndexed Property

Gets a flag that describes whether a Field that uses this field definition is indexed on the server.

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

public:
property bool IsIndexed {
	bool get ();
}

Property Value

Type: System::Boolean
True if a Field that uses this field definition is indexed; otherwise, false.

Show: