SPAlternateUrl.UrlZone property

Gets the zone associated with the alternate request URL.

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

Syntax

'Declaration
Public ReadOnly Property UrlZone As SPUrlZone
    Get
'Usage
Dim instance As SPAlternateUrl
Dim value As SPUrlZone

value = instance.UrlZone
public SPUrlZone UrlZone { get; }

Property value

Type: Microsoft.SharePoint.Administration.SPUrlZone
An SPUrlZone value that specifies the zone.

See also

Reference

SPAlternateUrl class

SPAlternateUrl members

Microsoft.SharePoint.Administration namespace