This documentation is archived and is not being maintained.

IProcessTemplate::Parameters Property

Gets the process templates parameters.

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

property String^ Parameters {
	String^ get ();
}

Property Value

Type: System::String
The process templates parameters.

This property is the root DynamicActivity of the build process, together with all top-level arguments and properties that are serialized as XAML.

Show: