SPSiteUrl.Zone property

Gets or sets the defined authentication policy (zone) for the site.

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

Syntax

'Declaration
Public Property Zone As SPUrlZone
    Get
    Set
'Usage
Dim instance As SPSiteUrl
Dim value As SPUrlZone

value = instance.Zone

instance.Zone = value
public SPUrlZone Zone { get; set; }

Property value

Type: Microsoft.SharePoint.Administration.SPUrlZone
The defined authentication policy (zone).

See also

Reference

SPSiteUrl class

SPSiteUrl members

Microsoft.SharePoint namespace