Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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: StringA 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.