RunOutputTestResultMessage.DebugTrace Property

Definition

Gets the trace text.

public:
 property System::String ^ DebugTrace { System::String ^ get(); void set(System::String ^ value); };
[Microsoft.VisualStudio.TestTools.Common.TestCaseManagementDisplayName(typeof(Microsoft.VisualStudio.TestTools.Resources.UIResources), "TestResult_DebugTrace")]
[Microsoft.VisualStudio.TestTools.Common.UserVisibleProperty("{93c2eda9-612d-40db-9988-2d73a85c99cc}")]
[System.ComponentModel.ReadOnly(true)]
public string DebugTrace { get; set; }
[<Microsoft.VisualStudio.TestTools.Common.TestCaseManagementDisplayName(typeof(Microsoft.VisualStudio.TestTools.Resources.UIResources), "TestResult_DebugTrace")>]
[<Microsoft.VisualStudio.TestTools.Common.UserVisibleProperty("{93c2eda9-612d-40db-9988-2d73a85c99cc}")>]
[<System.ComponentModel.ReadOnly(true)>]
member this.DebugTrace : string with get, set
Public Property DebugTrace As String

Property Value

The trace text.

Attributes

Applies to