SettingMismatch.SourceValue プロパティ
ソースの設定の値を取得または設定します。
名前空間: Microsoft.VisualStudio.TestTools.UITest.Common
アセンブリ: Microsoft.VisualStudio.TestTools.UITest.Common (Microsoft.VisualStudio.TestTools.UITest.Common.dll 内)
構文
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
プロパティ値
Type: System.String
ソースの値。
参照
SettingMismatch クラス
Microsoft.VisualStudio.TestTools.UITest.Common 名前空間
トップに戻る