Gets an IDictionary that makes it possible to associate custom data with this instance

Namespace:  EPiServer.WorkflowFoundation
Assembly:  EPiServer.WorkflowFoundation (in EPiServer.WorkflowFoundation.dll) Version: 5.2.375.236

Syntax

C#
public IDictionary<string, Object> UserData { get; }

Remarks

objects stored must be serializable. If custom types is used their schema should be registered with Object store

See Also