ValidateFormField.RuleName Property

Gets a localizable rule name for use in the user interface.

Namespace: Microsoft.VisualStudio.TestTools.WebTesting.Rules
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in microsoft.visualstudio.qualitytools.webtestframework.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property RuleName As String
'Usage
Dim instance As ValidateFormField
Dim value As String

value = instance.RuleName
public override string RuleName { get; }
public:
virtual property String^ RuleName {
    String^ get () override;
}
/** @property */
public String get_RuleName ()
public override function get RuleName () : String

Property Value

A rule name for use in the user interface.

Remarks

The name is displayed in the user interface when a rule is selected.

See Also

Reference

ValidateFormField Class
ValidateFormField Members
Microsoft.VisualStudio.TestTools.WebTesting.Rules Namespace