Propriedade SharePointValidationRuleFindText2.StopTestPassIfTextFound
Namespace: Microsoft.VisualStudio.TestTools.WebTesting.Rules
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (em Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Sintaxe
'Declaração
Public Property StopTestPassIfTextFound As Boolean
public bool StopTestPassIfTextFound { get; set; }
public:
property bool StopTestPassIfTextFound {
bool get ();
void set (bool value);
}
member StopTestPassIfTextFound : bool with get, set
function get StopTestPassIfTextFound () : boolean
function set StopTestPassIfTextFound (value : boolean)
Valor de propriedade
Tipo: Boolean
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.