Sdílet prostřednictvím


WorkflowServiceAttributes.ConfigurationName Vlastnost

Definice

Získá nebo nastaví hodnotu použitou k vyhledání prvku služby v konfiguračním souboru aplikace.

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

Hodnota vlastnosti

String

Hodnota, která se má najít v konfiguračním souboru.

Příklady

Následující příklad ukazuje, jak získat přístup k ConfigurationName vlastnosti.

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

Poznámky

Výchozí hodnotou je hodnota null.

Platí pro