SPAuditEntry.ItemId property
取得SharePoint Foundation稽核物件的 GUID。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property ItemId As Guid
Get
'用途
Dim instance As SPAuditEntry
Dim value As Guid
value = instance.ItemId
public Guid ItemId { get; }
Property value
Type: System.Guid
Guid ,可識別SPAuditEntry所代表之事件的物件。