RecorderOptions.AggregatorGroupSetting Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntax

'Declaration
Public ReadOnly Property AggregatorGroupSetting As IDictionary(Of String, Boolean)
    Get
'Usage
Dim instance As RecorderOptions
Dim value As IDictionary(Of String, Boolean)

value = instance.AggregatorGroupSetting
public IDictionary<string, bool> AggregatorGroupSetting { get; }
public:
property IDictionary<String^, bool>^ AggregatorGroupSetting {
    IDictionary<String^, bool>^ get ();
}
function get AggregatorGroupSetting () : IDictionary<String, boolean>
member AggregatorGroupSetting : IDictionary<string, bool>

Property Value

Type: System.Collections.Generic.IDictionary<String, Boolean>

.NET Framework Security

See Also

Reference

RecorderOptions Class

RecorderOptions Members

Microsoft.VisualStudio.TestTools.UITest.Common Namespace