SharePointValidationRuleFindText2.StopTestTextPattern Property
Namespace: Microsoft.VisualStudio.TestTools.WebTesting.Rules
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Property StopTestTextPattern As String
public string StopTestTextPattern { get; set; }
public:
property String^ StopTestTextPattern {
String^ get ();
void set (String^ value);
}
member StopTestTextPattern : string with get, set
function get StopTestTextPattern () : String
function set StopTestTextPattern (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.