TestResultMessage.TestType Property

Definition

Gets or sets the type for the associated test.

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

Property Value

The type for the associated test.

Attributes

Applies to