Share via


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

Public ReadOnly Property AlternateUrls As SPAlternateUrlCollection
    Get

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