共用方式為


SPChangeItem.UniqueId property

取得已變更之項目的 GUID。

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

Syntax

'宣告
Public ReadOnly Property UniqueId As Guid
    Get
'用途
Dim instance As SPChangeItem
Dim value As Guid

value = instance.UniqueId
public Guid UniqueId { get; }

Property value

Type: System.Guid
GUID 會識別已變更的項目。

請參閱

參照

SPChangeItem class

SPChangeItem members

Microsoft.SharePoint namespace