TestResultMessage.TestName Property

Definition

Gets or sets the name of the associated test.

public:
 property System::String ^ TestName { System::String ^ get(); void set(System::String ^ value); };
[Microsoft.VisualStudio.TestTools.Common.TestCaseManagementDisplayName(typeof(Microsoft.VisualStudio.TestTools.Resources.UIResources), "TestResultMessage_TestName")]
[Microsoft.VisualStudio.TestTools.Common.VisibleProperty]
[System.ComponentModel.ReadOnly(true)]
public string TestName { get; set; }
[<Microsoft.VisualStudio.TestTools.Common.TestCaseManagementDisplayName(typeof(Microsoft.VisualStudio.TestTools.Resources.UIResources), "TestResultMessage_TestName")>]
[<Microsoft.VisualStudio.TestTools.Common.VisibleProperty>]
[<System.ComponentModel.ReadOnly(true)>]
member this.TestName : string with get, set
Public Property TestName As String

Property Value

The name of the associated test.

Attributes

Applies to