Share via


SharePointValidationRuleFindText2.ErrorTextPattern Property

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

Syntax

'Declaration
Public Property ErrorTextPattern As String
public string ErrorTextPattern { get; set; }
public:
property String^ ErrorTextPattern {
    String^ get ();
    void set (String^ value);
}
member ErrorTextPattern : string with get, set
function get ErrorTextPattern () : String 
function set ErrorTextPattern (value : String)

Property Value

Type: String

.NET Framework Security

See Also

Reference

SharePointValidationRuleFindText2 Class

Microsoft.VisualStudio.TestTools.WebTesting.Rules Namespace