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