This documentation is archived and is not being maintained.

IPendingChangeEventArgs::IsLatest Property

Gets whether the pending change is the latest event.

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

property bool IsLatest {
	bool get ();
}

Property Value

Type: System::Boolean
true if the pending change is the latest event; otherwise, false.

Show: