TestResultMessage.TestType Property

Gets or sets the type for the associated test.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'Declaration
<VisiblePropertyAttribute> _
<GroupingPropertyAttribute> _
Public Property TestType As TestType
[VisiblePropertyAttribute]
[GroupingPropertyAttribute]
public TestType TestType { get; set; }
[VisiblePropertyAttribute]
[GroupingPropertyAttribute]
public:
property TestType^ TestType {
    TestType^ get ();
    void set (TestType^ value);
}
[<VisiblePropertyAttribute>]
[<GroupingPropertyAttribute>]
member TestType : TestType with get, set
function get TestType () : TestType
function set TestType (value : TestType)

Property Value

Type: Microsoft.VisualStudio.TestTools.Common.TestType
The type for the associated test.

.NET Framework Security

See Also

Reference

TestResultMessage Class

Microsoft.VisualStudio.TestTools.Common Namespace

TestType