SPWeb.PushNotificationSubscribers property

Gets the collection of push notification subscribers over the site.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property PushNotificationSubscribers As SPPushNotificationSubscriberCollection
    Get
'Usage
Dim instance As SPWeb
Dim value As SPPushNotificationSubscriberCollection

value = instance.PushNotificationSubscribers
public SPPushNotificationSubscriberCollection PushNotificationSubscribers { get; }

Property value

Type: Microsoft.SharePoint.SPPushNotificationSubscriberCollection

See also

Reference

SPWeb class

SPWeb members

Microsoft.SharePoint namespace