Initializes a new instance of the SettingGroup class by using the provided group name.
Namespace:  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
'Declaration
Public Sub New ( _
    name As String _
)
public SettingGroup(
    string name
)
public:
SettingGroup(
    String^ name
)
new : 
        name:string -> SettingGroup
public function SettingGroup(
    name : String
)
Parameters
- name 
 Type: String- The name of this 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.