TestElement.m_id Field
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Returns the value of the Id property.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
<PersistenceElementNameAttribute("id")> _
Protected m_id As TestId
'Usage
Dim value As TestId
value = Me.m_id
Me.m_id = value
[PersistenceElementNameAttribute("id")]
protected TestId m_id
[PersistenceElementNameAttribute(L"id")]
protected:
TestId^ m_id
protected var m_id : TestId
.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.