This documentation is archived and is not being maintained.
FieldConflict Constructor
Visual Studio 2013
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
public:
FieldConflict(
String^ fieldReferenceName,
Object^ baselineValue,
Object^ localValue,
Object^ serverValue
)
Parameters
- fieldReferenceName
- Type: System::String
- baselineValue
- Type: System::Object
- localValue
- Type: System::Object
- serverValue
- Type: System::Object
- 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.
Show: