Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the token of the user who makes the request.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Available in SharePoint Online
Syntax
'Declaration
<SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.UnsupportedSPType)> _
Public ReadOnly Property OriginatingUserToken As SPUserToken
Get
'Usage
Dim instance As SPEventPropertiesBase
Dim value As SPUserToken
value = instance.OriginatingUserToken
[SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.UnsupportedSPType)]
public SPUserToken OriginatingUserToken { get; }
Property Value
Type: Microsoft.SharePoint.SPUserToken
Returns a SPUserToken of the requesting user.