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 属性用于定义在启动工作流服务时应用于工作流服务的服务级别行为属性。 无法在运行时修改这些内容。

适用于