This documentation is archived and is not being maintained.

FieldIndexData::IsIndexed Property

Gets or sets a flag that describes whether this field is indexed.

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

public:
property bool IsIndexed {
	bool get ();
	void set (bool value);
}

Property Value

Type: System::Boolean
True if this field is indexed; otherwise, false.

Show: