SPWorkflowEventProperties.Variables property
The Variables of the workflow
Namespace: Microsoft.SharePoint.Workflow
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property Variables As ReadOnlyCollection(Of KeyValuePair(Of String, Object))
Get
'Usage
Dim instance As SPWorkflowEventProperties
Dim value As ReadOnlyCollection(Of KeyValuePair(Of String, Object))
value = instance.Variables
public ReadOnlyCollection<KeyValuePair<string, Object>> Variables { get; }
Property value
Type: System.Collections.ObjectModel.ReadOnlyCollection<KeyValuePair<String, Object>>
See also
Reference
SPWorkflowEventProperties class