SPPushNotificationSubscriber.User property

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

SPPushNotificationSubscriber members

Microsoft.SharePoint namespace