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
name
Type: System.StringThe name of the workflow data field.
type
Type: System.StringThe type of workflow data field.