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
- address
Type: System.Uri
Return Value
Type: System.Boolean