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 a collection of setting groups.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
'Declaration
Public ReadOnly Property Group As Collection(Of SettingGroup)
public Collection<SettingGroup> Group { get; }
public:
property Collection<SettingGroup^>^ Group {
Collection<SettingGroup^>^ get ();
}
member Group : Collection<SettingGroup>
function get Group () : Collection<SettingGroup>
Property Value
Type: System.Collections.ObjectModel.Collection<SettingGroup>
The collection of setting groups.
.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.