WorkflowDataField.Name Property
Stores the name of the workflow field variable.
Namespace: Microsoft.SharePoint.WorkflowActions
Assembly: Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)
Syntax
'Declaration
Public Property Name As String
Get
Set
'Usage
Dim instance As WorkflowDataField
Dim value As String
value = instance.Name
instance.Name = value
public string Name { get; set; }
Property Value
Type: System.String
The name of the workflow field.