LocationList.StartItem 属性

获取或设置搜索结果中返回的第一个项的数目。

命名空间:  Microsoft.Office.Server.Search.Query
程序集:  Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)

语法

声明
Public Property StartItem As Integer
    Get
    Set
用法
Dim instance As LocationList
Dim value As Integer

value = instance.StartItem

instance.StartItem = value
public int StartItem { get; set; }

属性值

类型:System.Int32
一个 32 位整数,指定在搜索结果的第一项。

另请参阅

引用

LocationList 类

LocationList 成员

Microsoft.Office.Server.Search.Query 命名空间