Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of the TestDescriptionAttribute class.
Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Sub New ( _
    testDescription As String _
)
public TestDescriptionAttribute(
    string testDescription
)
public:
TestDescriptionAttribute(
    String^ testDescription
)
new : 
        testDescription:string -> TestDescriptionAttribute
public function TestDescriptionAttribute(
    testDescription : String
)
Parameters
- testDescription
 Type: System.String
 A short description of the test.
Remarks
There is no default value for the TestDescription property. You must set it with the attribute.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.