ActivityStateRecord.Arguments Propiedad

Definición

Obtiene los valores actuales de los argumentos seguidos asociados a la actividad cuando se genera el registro.

public:
 property System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ Arguments { System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,object> Arguments { get; }
member this.Arguments : System.Collections.Generic.IDictionary<string, obj>
Public ReadOnly Property Arguments As IDictionary(Of String, Object)

Valor de propiedad

IDictionary<TKey,TValue> que contiene los argumentos.

Se aplica a