UITestEnvironment.Group Property
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> with get
function get Group () : Collection<SettingGroup>
Property Value
Type: 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.