Share via


UITestAction.NeedAggregation 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 Overridable Property NeedAggregation As Boolean
    Get
    Set
'Usage
Dim instance As UITestAction
Dim value As Boolean

value = instance.NeedAggregation

instance.NeedAggregation = value
public virtual bool NeedAggregation { get; set; }
public:
virtual property bool NeedAggregation {
    bool get ();
    void set (bool value);
}
function get NeedAggregation () : boolean
function set NeedAggregation (value : boolean)
abstract NeedAggregation : bool with get, set
override NeedAggregation : bool with get, set

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

UITestAction Class

UITestAction Members

Microsoft.VisualStudio.TestTools.UITest.Common Namespace