ProcessParameter Constructor (String, Type, Object)
Initializes a new instance of the ProcessParameter class.
Namespace: Microsoft.TeamFoundation.Build.Workflow
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Déclaration
Public Sub New ( _
name As String, _
type As Type, _
value As Object _
)
public ProcessParameter(
string name,
Type type,
Object value
)
public:
ProcessParameter(
String^ name,
Type^ type,
Object^ value
)
new :
name:string *
type:Type *
value:Object -> ProcessParameter
public function ProcessParameter(
name : String,
type : Type,
value : Object
)
Parameters
- name
Type: System.String
The name of this process parameter.
- type
Type: System.Type
The type of this process parameter.
- value
Type: System.Object
The value of this process parameter.
.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.