Share via


AggregateDataSource.HasSeparateRoot property

Aggregate boolean property. Read-write. if it's true, our return xml structure will stick in the "friendly name" for all the aggregated data sources so that client can do "join" on them.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property HasSeparateRoot As Boolean
    Get
'Usage
Dim instance As AggregateDataSource
Dim value As Boolean

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

Property value

Type: System.Boolean

See also

Reference

AggregateDataSource class

AggregateDataSource members

Microsoft.SharePoint.WebControls namespace