This documentation is archived and is not being maintained.

ResolvedConflictEventArgs::OperationId Property

Gets or sets the operation identifier associated with the resolved conflict.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

public:
property int OperationId {
	int get ();
	private: void set (int value);
}

Property Value

Type: System::Int32
The operation identifier associated with the resolved conflict.

Show: