Propriedade SettingMismatch.TargetValue

Obtém ou define o valor da configuração de destino.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (em Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Sintaxe

'Declaração
Public Property TargetValue As String
    Get
    Set
public string TargetValue { get; set; }
public:
property String^ TargetValue {
    String^ get ();
    void set (String^ value);
}
member TargetValue : string with get, set
function get TargetValue () : String
function set TargetValue (value : String)

Valor de propriedade

Tipo: System.String
O valor de destino.

Segurança do .NET Framework

Consulte também

Referência

SettingMismatch Classe

Namespace Microsoft.VisualStudio.TestTools.UITest.Common