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.
The SPUrlZone object which defines the policy for the specified url.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property Zone As SPUrlZone
Get
Set
'Usage
Dim instance As SPSiteMultiUrlLookupInfo
Dim value As SPUrlZone
value = instance.Zone
instance.Zone = value
[DataMemberAttribute]
public SPUrlZone Zone { get; set; }
Property value
Type: Microsoft.SharePoint.Administration.SPUrlZone
See also
Reference
SPSiteMultiUrlLookupInfo class