BaseInfoCollection<T>.LastItemName 属性

添加到集合中的最后一项的名称。

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

语法

声明
<DataMemberAttribute> _
Public Property LastItemName As String
    Get
    Set
用法
Dim instance As BaseInfoCollection
Dim value As String

value = instance.LastItemName

instance.LastItemName = value
[DataMemberAttribute]
public string LastItemName { get; set; }

属性值

类型:System.String

另请参阅

引用

BaseInfoCollection<T> 类

BaseInfoCollection<T> 成员

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