Partager via


WorkflowRuntimeSection.Name Propriété

Définition

Obtient ou définit le nom du moteur d'exécution de workflow.

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

Valeur de propriété

String

Nom du moteur d'exécution de workflow.

Attributs

Remarques

Cette propriété est utilisée pour définir WorkflowRuntime.Name. La valeur par défaut est une chaîne vide.

S’applique à