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)

Syntax

'Declaration
Public ReadOnly Property IsIndexed As Boolean
public bool IsIndexed { get; }
public:
property bool IsIndexed {
    bool get ();
}
member IsIndexed : bool with get
function get IsIndexed () : boolean

Property Value

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

.NET Framework Security

See Also

Reference

FieldDefinition Class

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace