Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Declaration
Public Property Parameters As KeyedCollection(Of String, ProcessParameter)
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.