SPItemEventProperties.Zone property

Gets the zone of the website that is associated with the event that occurred.

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

Syntax

'Declaration
Public ReadOnly Property Zone As SPUrlZone
    Get
'Usage
Dim instance As SPItemEventProperties
Dim value As SPUrlZone

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

Property value

Type: Microsoft.SharePoint.Administration.SPUrlZone
A SPUrlZone of the website associated with the event.

See also

Reference

SPItemEventProperties class

SPItemEventProperties members

Microsoft.SharePoint namespace