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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.