This documentation is archived and is not being maintained.

ChangesetMerge::Partial Property

Gets a flag that describes whether this merge is partial.

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 all changes from the source changeset were successfully merged into the target changeset; otherwise, true.

Show: