ReceiveActivity.WorkflowServiceAttributesProperty 字段

定义

表示针对 DependencyProperty 属性的 ServiceOperationInfo

public: static initonly System::Workflow::ComponentModel::DependencyProperty ^ WorkflowServiceAttributesProperty;
public static readonly System.Workflow.ComponentModel.DependencyProperty WorkflowServiceAttributesProperty;
 staticval mutable WorkflowServiceAttributesProperty : System.Workflow.ComponentModel.DependencyProperty
Public Shared ReadOnly WorkflowServiceAttributesProperty As DependencyProperty 

字段值

注解

WorkflowServiceAttributesProperty 属性是一个由 ReceiveActivity 活动定义的附加依赖项属性。 此依赖项属性附加到根工作流中,该根工作流包含在设计时使用 ReceiveActivity 方法调用的 SetWorkflowServiceAttributes 活动。

WorkflowServiceAttributesProperty 属性用于在工作流服务启动时定义应用于工作流服务的服务级行为属性。 在运行时无法修改这些属性。

适用于