TestStartingEventArgs.TestContextProperties Property

Definition

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

Property Value

Applies to