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
'Declaration
Public Property SettingGroup As String
public string SettingGroup { get; set; }
public:
property String^ SettingGroup {
String^ get ();
void set (String^ value);
}
member SettingGroup : string with get, set
function get SettingGroup () : String
function set SettingGroup (value : String)
Property Value
Type: System.String
A setting group.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.