CrossListQueryInfo.GroupByAscending Property

Specifies whether the Collaborative Application Markup Language (CAML) is grouped in ascending order.

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

Syntax

'Declaration
Public Property GroupByAscending As Boolean
    Get
    Set
'Usage
Dim instance As CrossListQueryInfo
Dim value As Boolean

value = instance.GroupByAscending

instance.GroupByAscending = value
public bool GroupByAscending { get; set; }

Property Value

Type: System.Boolean

Remarks

You can use this property to apply audience targeting if it is enabled.

See Also

Reference

CrossListQueryInfo Class

CrossListQueryInfo Members

Microsoft.SharePoint.Publishing Namespace

CrossListQueryInfo