SettingMismatch.TargetValue Property

Gets or sets the value of the target setting.

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

Syntax

'Declaration
Public Property TargetValue As String
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)

Property Value

Type: System.String
The target value.

.NET Framework Security

See Also

Reference

SettingMismatch Class

Microsoft.VisualStudio.TestTools.UITest.Common Namespace