Data structure for field index data.
Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
'Declaration
Public Structure FieldIndexData
public struct FieldIndexData
public value class FieldIndexData
[<Sealed>]
type FieldIndexData =  struct end
JScript supports the use of structures, but not the declaration of new ones.
The FieldIndexData type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | FieldIndexData | Initializes a new FieldIndexData instance. | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | FieldId | Gets or sets the field ID. | 
| .gif) | IsIndexed | Gets or sets a flag that describes whether this field is indexed. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Equals(Object) | Checks whether this FieldIndexData instance is equivalent to the specified object. (Overrides ValueType.Equals(Object).) | 
| .gif) | Equals(FieldIndexData) | Checks whether this FieldIndexData instance is equivalent to the specified object. | 
| .gif) | GetHashCode | Gets the hash code for this FieldIndexData instance. (Overrides ValueType.GetHashCode().) | 
| .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) | 
| .gif) | ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) | 
Top
Operators
| Name | Description | |
|---|---|---|
| .gif) .gif) | Equality | Operator to check for equivalence. | 
| .gif) .gif) | Inequality | Operator to check for nonequivalence. | 
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.