Compartir a través de


WorkflowConfiguration.AppSettings (Propiedad)

 

Obtiene la configuración disponible para el flujo de trabajo.

Espacio de nombres:   Microsoft.Workflow.Client
Ensamblado:  Microsoft.Workflow.Client (en Microsoft.Workflow.Client.dll)

Sintaxis

public IDictionary<string, string> AppSettings { get; }
public:
property IDictionary<String^, String^>^ AppSettings {
    IDictionary<String^, String^>^ get();
}
member AppSettings : IDictionary<string, string> with get
Public ReadOnly Property AppSettings As IDictionary(Of String, String)

Valor de propiedad

Type: System.Collections.Generic.IDictionary<String, String>

Colección de pares nombre-valor.

Vea también

WorkflowConfiguration (Clase)
Microsoft.Workflow.Client (Espacio de nombres)

Volver al principio