Sdílet prostřednictvím


InitializeCorrelation.CorrelationData Vlastnost

Definice

Získá nebo nastaví slovník dat korelace, který souvisí zprávy s touto instancí pracovního postupu.

public:
 property System::Collections::Generic::IDictionary<System::String ^, System::Activities::InArgument<System::String ^> ^> ^ CorrelationData { System::Collections::Generic::IDictionary<System::String ^, System::Activities::InArgument<System::String ^> ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,System.Activities.InArgument<string>> CorrelationData { get; }
member this.CorrelationData : System.Collections.Generic.IDictionary<string, System.Activities.InArgument<string>>
Public ReadOnly Property CorrelationData As IDictionary(Of String, InArgument(Of String))

Hodnota vlastnosti

IDictionary<String,InArgument<String>>

Slovník dat korelace.

Poznámky

Tato vlastnost je za běhu jen pro čtení. Pokud je hodnota nastavena za běhu, InvalidOperationException je vyvolána hodnota .

Platí pro