ActivityStateRecord.Arguments Property

Definition

Gets the current values of the tracked arguments associated with the activity when the record is generated.

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)

Property Value

A IDictionary<TKey,TValue> containing the arguments.

Applies to