Initializes a new instance of the ProcessParameterMetadata class.
Namespace:  Microsoft.TeamFoundation.Build.Workflow
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
声明
Public Sub New ( _
    parameterName As String _
)
public ProcessParameterMetadata(
    string parameterName
)
public:
ProcessParameterMetadata(
    String^ parameterName
)
new : 
        parameterName:string -> ProcessParameterMetadata
public function ProcessParameterMetadata(
    parameterName : String
)
Parameters
- parameterName
 Type: System.String
 The name of the 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.
See Also
Reference
ProcessParameterMetadata Class