SPConfigurationChangeEventArgs.ChangeEvent property
會傳回值,指出物件發生的變更類型。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property ChangeEvent As SPPersistedObjectChangeEvent
Get
'用途
Dim instance As SPConfigurationChangeEventArgs
Dim value As SPPersistedObjectChangeEvent
value = instance.ChangeEvent
public SPPersistedObjectChangeEvent ChangeEvent { get; }
Property value
Type: Microsoft.SharePoint.Administration.SPPersistedObjectChangeEvent
請參閱
參照
SPConfigurationChangeEventArgs class