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
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
Spazio dei nomi Microsoft.VisualStudio.TestTools.UITest.Common