ITestElement.Id Property
Gets the ID for this test element.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
ReadOnly Property Id As TestId
TestId Id { get; }
property TestId^ Id {
TestId^ get ();
}
abstract Id : TestId with get
function get Id () : TestId
Property Value
Type: Microsoft.VisualStudio.TestTools.Common.TestId
The ID for this test element.
.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.