Share via


WorkflowDataField.Type Property

The .NET data type that is associated with a workflow field.

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

Syntax

'Declaration
Public Property Type As String
    Get
    Set
'Usage
Dim instance As WorkflowDataField
Dim value As String

value = instance.Type

instance.Type = value
public string Type { get; set; }

Property Value

Type: System.String
A string that represents a .NET data type.

Examples

System.String

System.Int32

See Also

Reference

WorkflowDataField Class

WorkflowDataField Members

Microsoft.SharePoint.WorkflowActions Namespace