Propriedade SettingMismatch.SourceValue
Obtém ou define o valor da configuração da fonte.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (em Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Sintaxe
'Declaração
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)
Valor de propriedade
Tipo: System.String
O valor de origem.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.