ITestElement.Properties Property

Definition

Gets a collection of the properties for this test element.

public:
 property System::Collections::Hashtable ^ Properties { System::Collections::Hashtable ^ get(); };
public System.Collections.Hashtable Properties { get; }
member this.Properties : System.Collections.Hashtable
Public ReadOnly Property Properties As Hashtable

Property Value

A collection of the properties of this test element.

Applies to