InstancePersistenceEvent<T>.Value Property

Definition

Returns the instance of the actual event object (for example: HasRunnableWorkflowEvent).

public:
 static property T Value { T get(); };
public static T Value { get; }
static member Value : 'T
Public Shared ReadOnly Property Value As T

Property Value

T

The event object.

Applies to