Proprietà WorkflowConfiguration.AppSettings

 

Ottiene le impostazioni disponibili per il flusso di lavoro.

Spazio dei nomi:   Microsoft.Workflow.Client
Assembly:  Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll)

Sintassi

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)

Valore proprietà

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

Raccolta di coppie nome-valore.

Vedere anche

Classe WorkflowConfiguration
Spazio dei nomi Microsoft.Workflow.Client

Torna all'inizio