Partilhar via


Propriedade PlaybackSettings.SkipSetPropertyVerification

Obtém ou define um valor indicando se ignorar a verificação após um valor definido.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (em Microsoft.VisualStudio.TestTools.UITesting.dll)

Sintaxe

'Declaração
Public Property SkipSetPropertyVerification As Boolean
public bool SkipSetPropertyVerification { get; set; }
public:
property bool SkipSetPropertyVerification {
    bool get ();
    void set (bool value);
}
member SkipSetPropertyVerification : bool with get, set
function get SkipSetPropertyVerification () : boolean
function set SkipSetPropertyVerification (value : boolean)

Valor de propriedade

Tipo: System.Boolean
true Se a verificação deve ser ignorada, depois que um valor definido é atingido; Caso contrário, false.

Segurança do .NET Framework

Consulte também

Referência

PlaybackSettings Classe

Namespace Microsoft.VisualStudio.TestTools.UITesting