FieldIndexData Constructor
Initializes a new FieldIndexData instance.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
'Declaration
Public Sub New ( _
fieldId As Integer, _
isIndexed As Boolean _
)
public FieldIndexData(
int fieldId,
bool isIndexed
)
public:
FieldIndexData(
int fieldId,
bool isIndexed
)
new :
fieldId:int *
isIndexed:bool -> FieldIndexData
public function FieldIndexData(
fieldId : int,
isIndexed : boolean
)
Parameters
- fieldId
Type: System.Int32
- isIndexed
Type: System.Boolean
.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.