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.
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