Share via


StartAddressCollection.Item property

Indexer to return address by index

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

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    index As Integer _
) As Uri
    Get
'Usage
Dim instance As StartAddressCollection
Dim index As Integer
Dim value As Uri

value = instance(index)
public Uri this[
    int index
] { get; }

Parameters

Property value

Type: System.Uri

See also

Reference

StartAddressCollection class

StartAddressCollection members

Microsoft.Office.Server.Search.Administration namespace