StartAddressCollection.Item Property
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
- index
Type: System.Int32
Property Value
Type: System.Uri