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.
ExtractionRule::RuleDescription Property
Note: This API is now obsolete.Namespace:
Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Return to top
This method is no longer used. Use the DisplayNameAttribute on the class to set a description for this rule.
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(); }
Show: