This documentation is archived and is not being maintained.

MergeCandidate::Partial Property

Gets a flag that describes whether the merge was partially completed.

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

public:
property bool Partial {
	bool get ();
}

Property Value

Type: System::Boolean
False if the merge was fully completed; otherwise, true.

Show: