TestResultMessage.m_testName Field

Definition

Returns the value of the TestName property.

protected: System::String ^ m_testName;
[Microsoft.VisualStudio.TestTools.Common.PersistenceElementName("testName")]
protected string m_testName;
[<Microsoft.VisualStudio.TestTools.Common.PersistenceElementName("testName")>]
val mutable m_testName : string
Protected m_testName As String 

Field Value

Attributes

Applies to