SPWorkflowTaskProperties.ExtendedProperties property

Gets a hash table that represents the collection of extended task properties as name/value pairs.

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

Syntax

'Declaration
Public ReadOnly Property ExtendedProperties As Hashtable
    Get
'Usage
Dim instance As SPWorkflowTaskProperties
Dim value As Hashtable

value = instance.ExtendedProperties
public Hashtable ExtendedProperties { get; }

Property value

Type: System.Collections.Hashtable
A HashTable that represents the extended task properties.

See also

Reference

SPWorkflowTaskProperties class

SPWorkflowTaskProperties members

Microsoft.SharePoint.Workflow namespace