WorkflowInstance.SupportsInstanceKeys 属性

定义

获取一个值,该值指示宿主是否支持 InstanceKeys 与运行时实例的关联。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

属性值

Boolean

如果宿主支持 InstanceKeys 与工作流实例的关联,则为 true;否则为 falsetrue if the host supports the association of InstanceKeys with a workflow instance; otherwise, false.

适用于