This documentation is archived and is not being maintained.

PolicyBase::PendingCheckin Property

Get an object that represents the pending changes part of the pending checkin.

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

protected:
property IPendingCheckin^ PendingCheckin {
	IPendingCheckin^ get ();
}

Property Value

Type: Microsoft.TeamFoundation.VersionControl.Client::IPendingCheckin
The object that represents the pending changes part of the pending checkin.

Show: