SPEventPropertiesBase.Status Property

Gets or sets the status of trapping the event.

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

Syntax

Public Property Status As SPEventReceiverStatus
    Get
    Set

Dim instance As SPEventPropertiesBase
Dim value As SPEventReceiverStatus

value = instance.Status

instance.Status = value
public SPEventReceiverStatus Status { get; set; }

Property Value

Type: Microsoft.SharePoint.SPEventReceiverStatus
An SPEventReceiverStatus value that specifies the status.

See Also

Reference

SPEventPropertiesBase Class

SPEventPropertiesBase Members

Microsoft.SharePoint Namespace