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)

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

FieldIndexData Structure

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace