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 SharePoint user who created this subscriber.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property User As SPUser
Get
'Usage
Dim instance As SPPushNotificationSubscriber
Dim value As SPUser
value = instance.User
public SPUser User { get; }
Property value
Type: Microsoft.SharePoint.SPUser
The SharePoint user.
See also
Reference
SPPushNotificationSubscriber class