Partilhar via


Propriedade ContextParameterExistenceRule.CheckForExistence

Obtém ou define o indicador booliano de se o parâmetro de contexto existe.

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

Sintaxe

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

Valor de propriedade

Tipo: Boolean
O indicador booliano de se o parâmetro de contexto existe.

Segurança do .NET Framework

Consulte também

Referência

ContextParameterExistenceRule Classe

Namespace Microsoft.VisualStudio.TestTools.WebTesting.Rules