WorkflowDataField Constructor (String, String)

Initializes a new instance of the WorkflowDataField class.

Namespace:  Microsoft.SharePoint.WorkflowActions
Assembly:  Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)

Syntax

'Declaration
Public Sub New ( _
    name As String, _
    type As String _
)
'Usage
Dim name As String
Dim type As String

Dim instance As New WorkflowDataField(name, type)
public WorkflowDataField(
    string name,
    string type
)

Parameters

See Also

Reference

WorkflowDataField Class

WorkflowDataField Members

WorkflowDataField Overload

Microsoft.SharePoint.WorkflowActions Namespace