SPAuditEntry.ItemId property
Obtém o SharePoint Foundation GUID do objeto auditado.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public ReadOnly Property ItemId As Guid
Get
'Uso
Dim instance As SPAuditEntry
Dim value As Guid
value = instance.ItemId
public Guid ItemId { get; }
Property value
Type: System.Guid
Um Guid que identifica o objeto cujo evento é representado pelo SPAuditEntry.