ReceiveActivity.WorkflowServiceAttributesProperty Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the DependencyProperty that targets the ServiceOperationInfo property.
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
Field Value
Remarks
The WorkflowServiceAttributesProperty property is an attached dependency property defined by the ReceiveActivity activity. This dependency property is attached to the root workflow that contains the ReceiveActivity activity using the SetWorkflowServiceAttributes method call at design time.
The WorkflowServiceAttributesProperty property is used for defining service-level behavior attributes that are applied to the workflow service when it starts. These cannot be modified at runtime.