BaseInfoCollection<T>.LastItemName property

The name of the last item added to the collection.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property LastItemName As String
    Get
    Set
'Usage
Dim instance As BaseInfoCollection
Dim value As String

value = instance.LastItemName

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

Property value

Type: System.String

See also

Reference

BaseInfoCollection<T> class

BaseInfoCollection<T> members

Microsoft.Office.Server.Search.Administration namespace