Share via


TestElement.Properties Property

Definition

Gets a collection of the properties for this test element.

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

Property Value

A collection of the properties of this test element.

Implements

Applies to