ExtractionRule.RuleName Property

NOTE: This API is now obsolete.

This method is no longer used. Use the DisplayNameAttribute on the class to set a display name for this rule.

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

Syntax

'Declaration
<ObsoleteAttribute("This method is no longer used.  Use DisplayNameAttribute on the class to set a display name for this rule.",  _
    False)> _
Public Overridable ReadOnly Property RuleName As String
'Usage
Dim instance As ExtractionRule 
Dim value As String 

value = instance.RuleName
[ObsoleteAttribute("This method is no longer used.  Use DisplayNameAttribute on the class to set a display name for this rule.", 
    false)]
public virtual string RuleName { get; }
[ObsoleteAttribute(L"This method is no longer used.  Use DisplayNameAttribute on the class to set a display name for this rule.", 
    false)]
public:
virtual property String^ RuleName {
    String^ get ();
}
public function get RuleName () : String

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ExtractionRule Class

ExtractionRule Members

Microsoft.VisualStudio.TestTools.WebTesting Namespace