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::RuleDescription Property

 
Note: This API is now obsolete.

Gets the description displayed in the user interface when a rule is selected.

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 DescriptionAttribute on the class to set a description for this rule.", 
	false)]
property String^ RuleDescription {
	virtual String^ get();
}

Property Value

Type: System::String^

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

This is used for user interface localization.

Return to top
Show: