DataProviderScriptWebPart.Active property

Specifies whether the Data Provider is active.

Namespace:  Microsoft.Office.Server.Search.WebControls
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public ReadOnly Property Active As Boolean
    Get
'Usage
Dim instance As DataProviderScriptWebPart
Dim value As Boolean

value = instance.Active
public bool Active { get; }

Property value

Type: System.Boolean

Remarks

A query group is a group of search Web Parts that work together and operate on a shared query. Each query group can only have one active Data Provider. If there is more than one Data Provider, only one will be active.

You can specify the query group to which your Data Provider belongs by using QueryGroupName.

See also

Reference

DataProviderScriptWebPart class

DataProviderScriptWebPart members

Microsoft.Office.Server.Search.WebControls namespace