This documentation is archived and is not being maintained.

IActivityTracking::FinalPropertyValues Property

Gets the properties and their values at the time that the tracked activity completed execution.

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

property IActivityProperties^ FinalPropertyValues {
	IActivityProperties^ get ();
}

Property Value

Type: Microsoft.TeamFoundation.Build.Client::IActivityProperties
The properties and their values at the time that the tracked activity completed execution.

Show: