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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

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