Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.