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)
Available in Sandboxed Solutions: No

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