BuildProcessBuilder.Parameters Property

Gets the collection of parameters to control the behavior of this build process.

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

Syntax

'宣言
Public Property Parameters As KeyedCollection(Of String, ProcessParameter)
    Get
    Private Set
public KeyedCollection<string, ProcessParameter> Parameters { get; private set; }
public:
property KeyedCollection<String^, ProcessParameter^>^ Parameters {
    KeyedCollection<String^, ProcessParameter^>^ get ();
    private: void set (KeyedCollection<String^, ProcessParameter^>^ value);
}
member Parameters : KeyedCollection<string, ProcessParameter> with get, private set
function get Parameters () : KeyedCollection<String, ProcessParameter>
private function set Parameters (value : KeyedCollection<String, ProcessParameter>)

Property Value

Type: System.Collections.ObjectModel.KeyedCollection<String, ProcessParameter>
The collection of parameters to control the behavior of this build process.

.NET Framework Security

See Also

Reference

BuildProcessBuilder Class

Microsoft.TeamFoundation.Build.Workflow Namespace