Proprietà WorkflowInstanceInfo.MappedVariables

 

Raccolta di variabili di cui è stato eseguito il mapping per l'istanza di flusso di lavoro in corso.

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

Sintassi

public IDictionary<XName, string> MappedVariables {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    private set;
}
public:
property IDictionary<XName^, String^>^ MappedVariables {
    [CompilerGeneratedAttribute]
    IDictionary<XName^, String^>^ get();
    [CompilerGeneratedAttribute]
    private: void set(IDictionary<XName^, String^>^ value);
}
member MappedVariables : IDictionary<XName, string> with get, private set
Public Property MappedVariables As IDictionary(Of XName, String)
    Get
    Private Set
End Property

Valore proprietà

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

Raccolta basata su IDictionary

Vedere anche

Classe WorkflowInstanceInfo
Spazio dei nomi Microsoft.Workflow.Client

Torna all'inizio