Share via


WebTestRuleBase.DisplayName Property

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

Syntax

'Declaration
Public Property DisplayName As String
'Usage
Dim instance As WebTestRuleBase 
Dim value As String 

value = instance.DisplayName

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

WebTestRuleBase Class

WebTestRuleBase Members

Microsoft.VisualStudio.TestTools.WebTesting Namespace