SPSecurityEventProperties.WebId property
Obtém o identificador da web atual, em que o evento ocorre.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public ReadOnly Property WebId As Guid
Get
'Uso
Dim instance As SPSecurityEventProperties
Dim value As Guid
value = instance.WebId
public Guid WebId { get; }
Property value
Type: System.Guid
O identificador da web atual.
Ver também
Referência
SPSecurityEventProperties class