WorkflowInstance.SupportsInstanceKeys Property

Definition

Gets a value that indicates whether the host supports the association of InstanceKeys with a run-time instance.

protected public:
 abstract property bool SupportsInstanceKeys { bool get(); };
protected internal abstract bool SupportsInstanceKeys { get; }
member this.SupportsInstanceKeys : bool
Protected Friend MustOverride ReadOnly Property SupportsInstanceKeys As Boolean

Property Value

true if the host supports the association of InstanceKeys with a workflow instance; otherwise, false.

Applies to