This documentation is archived and is not being maintained.

IActivityTracking::InitialPropertyValues Property

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

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

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

Property Value

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

Show: