Web.PushNotificationSubscribers - Propriété
Specifies the collection of push notification subscribers for the site, and cannot be NULL.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public ReadOnly Property PushNotificationSubscribers As PushNotificationSubscriberCollection
Get
'Utilisation
Dim instance As Web
Dim value As PushNotificationSubscriberCollection
value = instance.PushNotificationSubscribers
public PushNotificationSubscriberCollection PushNotificationSubscribers { get; }
Valeur de propriété
Type : Microsoft.SharePoint.Client.PushNotificationSubscriberCollection
The collection of push notification subscribers.
Remarques
It must not be NULL.