CbqQueryVersionInfo.VersionCrossListQueryInfo property

Gets or sets the value of an object that represents data about how to perform a cross list query with audience targeting.

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

Syntax

'Declaration
Public Property VersionCrossListQueryInfo As CrossListQueryInfo
    Get
    Set
'Usage
Dim instance As CbqQueryVersionInfo
Dim value As CrossListQueryInfo

value = instance.VersionCrossListQueryInfo

instance.VersionCrossListQueryInfo = value
public CrossListQueryInfo VersionCrossListQueryInfo { get; set; }

Property value

Type: Microsoft.SharePoint.Publishing.CrossListQueryInfo
An object that represents data about how to perform a cross list query with audience targeting.

See also

Reference

CbqQueryVersionInfo class

CbqQueryVersionInfo members

Microsoft.SharePoint.Publishing namespace

SPSiteDataQuery

CbqQueryVersionInfo