共用方式為


SPEventPropertiesBase.Status property

取得或設定設陷事件的狀態。

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
SPEventReceiverStatus 值,這個值指定的狀態。

備註

Continue的值表示沒有任何錯誤。

CancelNoError的數值,表示要以無訊息模式取消要求,彷彿要求已成功。

CancelWithError的值表示在ErrorMessage中所指定的錯誤訊息與取消要求。

CancelWithRedirectUrl的數值,表示要取消要求,並將重新導向至RedirectUrl中指定的 URL。

請參閱

參照

SPEventPropertiesBase class

SPEventPropertiesBase members

Microsoft.SharePoint namespace