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.
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
public SettingGroup(
    string name
)
public:
SettingGroup(
    String^ name
)
new : 
        name:string -> SettingGroup
Public Sub New (
    name As String
)
Parameters
- name 
 Type: System.String- The name of this setting group. 
See Also
SettingGroup Overload
SettingGroup Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace
Return to top