Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the setting group for this mismatch.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
public string SettingGroup { get; set; }
public:
property String^ SettingGroup {
String^ get();
void set(String^ value);
}
member SettingGroup : string with get, set
Public Property SettingGroup As String
Property Value
Type: System.String
A setting group.
See Also
SettingGroup
SettingMismatch Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace
Return to top