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.
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.