WorkflowInstanceInfo.MappedVariables Propriedade

 

Coleção de variáveis mapeadas para instância do workflow em andamento

Namespace:   Microsoft.Workflow.Client
Assembly:  Microsoft.Workflow.Client (em Microsoft.Workflow.Client.dll)

Sintaxe

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

Valor de propriedade

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

IDictionary com base em coleção

Consulte também

Classe WorkflowInstanceInfo
Namespace Microsoft.Workflow.Client

Retornar ao topo