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
[PersistenceElementNameAttribute("id")]
protected TestId m_id
[PersistenceElementNameAttribute(L"id")]
protected:
TestId^ m_id
[<PersistenceElementNameAttribute("id")>]
val mutable m_id: TestId
protected var m_id : TestId

.NET Framework Security

See Also

Reference

TestElement Class

Microsoft.VisualStudio.TestTools.Common Namespace

Id