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 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).