SPFarm.AlternateUrlCollections property

Gets the collection of alternate URL objects in the farm.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property AlternateUrlCollections As SPAlternateUrlCollectionManager
    Get
'Usage
Dim instance As SPFarm
Dim value As SPAlternateUrlCollectionManager

value = instance.AlternateUrlCollections
public SPAlternateUrlCollectionManager AlternateUrlCollections { get; }

Property value

Type: Microsoft.SharePoint.Administration.SPAlternateUrlCollectionManager
An SPAlternateUrlCollectionManager object that represents the alternate URLs.

See also

Reference

SPFarm class

SPFarm members

Microsoft.SharePoint.Administration namespace