Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ValidationRule::RuleName Property

 
Note: This API is now obsolete.

When overridden in a derived class, gets the name displayed in the user interface when a rule is selected or shown in the editor.

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

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

Property Value

Type: System::String^

The name of the validation rule.

This is used for user interface localization.

Return to top
Show: