StartAddressCollection.Exists method

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

Syntax

'Declaration
Public Function Exists ( _
    address As Uri _
) As Boolean
'Usage
Dim instance As StartAddressCollection
Dim address As Uri
Dim returnValue As Boolean

returnValue = instance.Exists(address)
public bool Exists(
    Uri address
)

Parameters

Return value

Type: System.Boolean

See also

Reference

StartAddressCollection class

StartAddressCollection members

Microsoft.Office.Server.Search.Administration namespace