SPWebApplication.AlternateUrls property

Gets the collection of URLs that are routed to the Web application and specifies which zone they come from.

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

Syntax

'Declaration
Public ReadOnly Property AlternateUrls As SPAlternateUrlCollection
    Get
'Usage
Dim instance As SPWebApplication
Dim value As SPAlternateUrlCollection

value = instance.AlternateUrls
public SPAlternateUrlCollection AlternateUrls { get; }

Property value

Type: Microsoft.SharePoint.Administration.SPAlternateUrlCollection
An SPAlternateUrlCollection object that represents the collection of URLs and their zones.

See also

Reference

SPWebApplication class

SPWebApplication members

Microsoft.SharePoint.Administration namespace