TestElement.m_properties Field

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Returns the value of the Properties property.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'Declaration
<PersistenceElementNameAttribute("properties")> _
Protected m_properties As Hashtable
[PersistenceElementNameAttribute("properties")]
protected Hashtable m_properties
[PersistenceElementNameAttribute(L"properties")]
protected:
Hashtable^ m_properties
[<PersistenceElementNameAttribute("properties")>]
val mutable m_properties: Hashtable
protected var m_properties : Hashtable

.NET Framework Security

See Also

Reference

TestElement Class

Microsoft.VisualStudio.TestTools.Common Namespace

Properties