ReceiveActivity.WorkflowServiceAttributesProperty Campo

Definição

Representa o DependencyProperty que tem como destino a propriedade ServiceOperationInfo.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 

Valor do campo

DependencyProperty

Comentários

A WorkflowServiceAttributesProperty propriedade é uma propriedade de dependência anexada definida pela ReceiveActivity atividade.The WorkflowServiceAttributesProperty property is an attached dependency property defined by the ReceiveActivity activity. Essa propriedade de dependência é anexada ao fluxo de trabalho raiz que contém a ReceiveActivity atividade usando a SetWorkflowServiceAttributes chamada de método em tempo de design.This dependency property is attached to the root workflow that contains the ReceiveActivity activity using the SetWorkflowServiceAttributes method call at design time.

A WorkflowServiceAttributesProperty propriedade é usada para definir atributos de comportamento de nível de serviço que são aplicados ao serviço de fluxo de trabalho quando ele é iniciado.The WorkflowServiceAttributesProperty property is used for defining service-level behavior attributes that are applied to the workflow service when it starts. Eles não podem ser modificados em tempo de execução.These cannot be modified at runtime.

Aplica-se a