This documentation is archived and is not being maintained.

MergeEventArgs::Status Property

Gets the current status of the merge operation.

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

public:
virtual property OperationStatus Status {
	OperationStatus get () sealed;
}

Property Value

Type: Microsoft.TeamFoundation.VersionControl.Client::OperationStatus
The current status of the merge operation.

Implements

IPendingChangeEventArgs::Status

Show: