Compartilhar via


WorkflowServiceAttributes.ConfigurationName Propriedade

Definição

Obtém ou define o valor usado para localizar o elemento de serviço em um arquivo de configuração de aplicativo.

public:
 property System::String ^ ConfigurationName { System::String ^ get(); void set(System::String ^ value); };
public string ConfigurationName { get; set; }
member this.ConfigurationName : string with get, set
Public Property ConfigurationName As String

Valor da propriedade

String

O valor a ser localizado no arquivo de configuração.

Exemplos

O exemplo a seguir demonstra como acessar a ConfigurationName propriedade.

WorkflowServiceAttributes attributes = new WorkflowServiceAttributes();
attributes.ConfigurationName = "CalculatorService";
Dim attributes As New WorkflowServiceAttributes()
attributes.ConfigurationName = "CalculatorService"

Comentários

O valor padrão é nulo.

Aplica-se a