StartAddressCollection.Add method

Adds the specified start address to the collection for the content source.

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

Syntax

'Declaration
Public Sub Add ( _
    address As Uri _
)
'Usage
Dim instance As StartAddressCollection
Dim address As Uri

instance.Add(address)
public void Add(
    Uri address
)

Parameters

  • address
    Type: System.Uri

    A System.Uri object representing the start address to add to the collection.

See also

Reference

StartAddressCollection class

StartAddressCollection members

Microsoft.Office.Server.Search.Administration namespace