ITestElement.Properties Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.