SPListItemCollection.SourceQuery 属性
Gets the query that retrieved the current collection of list items.
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public ReadOnly Property SourceQuery As SPQuery
Get
用法
Dim instance As SPListItemCollection
Dim value As SPQuery
value = instance.SourceQuery
public SPQuery SourceQuery { get; }
属性值
类型:Microsoft.SharePoint.SPQuery
An SPQuery object that represents the query that retrieved the current collection.