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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.