Freigeben über


Web.PushNotificationSubscribers-Eigenschaft

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

Namespace:  Microsoft.SharePoint.Client
Assemblys:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (in Microsoft.SharePoint.Client.Phone.dll)  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; }

Eigenschaftswert

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

Hinweise

It must not be NULL.

Siehe auch

Referenz

Web Klasse

Web-Member

Microsoft.SharePoint.Client-Namespace