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.
Initializes a new WorkflowParameterValue object.
Namespace: Microsoft.EnterpriseManagement.Subscriptions
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)
Usage
'Usage
Dim parameterType As WorkflowParameterType
Dim paramValue As String
Dim instance As New WorkflowParameterValue(parameterType, paramValue)
Syntax
'Declaration
Public Sub New ( _
    parameterType As WorkflowParameterType, _
    paramValue As String _
)
public WorkflowParameterValue (
    WorkflowParameterType parameterType,
    string paramValue
)
public:
WorkflowParameterValue (
    WorkflowParameterType parameterType, 
    String^ paramValue
)
public WorkflowParameterValue (
    WorkflowParameterType parameterType, 
    String paramValue
)
public function WorkflowParameterValue (
    parameterType : WorkflowParameterType, 
    paramValue : String
)
Parameters
- parameterType
 The parameter type.
- paramValue
 The parameter value.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
Windows Server 2008,Windows Server 2003
See Also
Reference
WorkflowParameterValue Class
WorkflowParameterValue Members
Microsoft.EnterpriseManagement.Subscriptions Namespace