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
'Declaration
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.StringThe name of this process parameter.
type
Type: System.TypeThe type of this process parameter.
value
Type: System.ObjectThe 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.