Web.PushNotificationSubscribers property

Specifies the collection of push notification subscribers for the site, and cannot be NULL.

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

Syntax

'Declaration
Public ReadOnly Property PushNotificationSubscribers As PushNotificationSubscriberCollection
    Get
'Usage
Dim instance As Web
Dim value As PushNotificationSubscriberCollection

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

Property value

Type: Microsoft.SharePoint.Client.PushNotificationSubscriberCollection
The collection of push notification subscribers.

Remarks

It must not be NULL.

See also

Reference

Web class

Web members

Microsoft.SharePoint.Client namespace