Share via


SettingMismatch.SourceValue Property

 

Gets or sets the value of the source setting.

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

Syntax

public string SourceValue { get; set; }
public:
property String^ SourceValue {
    String^ get();
    void set(String^ value);
}
member SourceValue : string with get, set
Public Property SourceValue As String

Property Value

Type: System.String

The source value.

See Also

SettingMismatch Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace

Return to top