Proprietà SettingMismatch.SourceValue

Ottiene o imposta il valore dell'impostazione di origine.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Sintassi

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

Valore proprietà

Tipo: System.String
il valore di origine.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

SettingMismatch Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.UITest.Common