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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.