This documentation is archived and is not being maintained.

PendingChange::IsImplicit Property

Gets a value that indicates whether this pending change represents change on the child item caused only by the parent change.

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

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

Property Value

Type: System::Boolean
True if this pending change represents change on the child item caused only by the parent change; otherwise, false.

Show: