Share via


DeclarativeWebTest.Description Property

Gets or sets a textual description of this Web test.

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

Syntax

'Declaration
Public Property Description As String
'Usage
Dim instance As DeclarativeWebTest 
Dim value As String 

value = instance.Description

instance.Description = value
public string Description { get; set; }
public:
property String^ Description {
    String^ get ();
    void set (String^ value);
}
public function get Description () : String 
public function set Description (value : String)

Property Value

Type: System.String
A description of this Web test.

.NET Framework Security

See Also

Reference

DeclarativeWebTest Class

DeclarativeWebTest Members

Microsoft.VisualStudio.TestTools.WebTesting Namespace