SPSiteMultiUrlLookupInfo.Zone property
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