ActivityStateRecord.Arguments Egenskap

Definition

Hämtar de aktuella värdena för de spårade argument som är associerade med aktiviteten när posten genereras.

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)

Egenskapsvärde

En IDictionary<TKey,TValue> som innehåller argumenten.

Gäller för