WorkflowRuntimeElement.Name Propriedade

Definição

Obtém ou define o nome do motor de execução do workflow.

public:
 property System::String ^ Name { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("name", DefaultValue="")]
[System.Configuration.StringValidator(MinLength=0)]
public string Name { get; set; }
[<System.Configuration.ConfigurationProperty("name", DefaultValue="")>]
[<System.Configuration.StringValidator(MinLength=0)>]
member this.Name : string with get, set
Public Property Name As String

Valor de Propriedade

Uma string que contém o nome do motor de execução do workflow.

Atributos

Observações

Esta propriedade é usada para definir Name. O padrão é uma cadeia de caracteres vazia.

Aplica-se a