Свойство Web.PushNotificationSubscribers
Specifies the collection of push notification subscribers for the site, and cannot be NULL.
Пространство имен: Microsoft.SharePoint.Client
Сборки: Microsoft.SharePoint.Client.Silverlight (в Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (в Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (в Microsoft.SharePoint.Client.dll)
Синтаксис
'Декларация
Public ReadOnly Property PushNotificationSubscribers As PushNotificationSubscriberCollection
Get
'Применение
Dim instance As Web
Dim value As PushNotificationSubscriberCollection
value = instance.PushNotificationSubscribers
public PushNotificationSubscriberCollection PushNotificationSubscribers { get; }
Значение свойства
Тип: Microsoft.SharePoint.Client.PushNotificationSubscriberCollection
The collection of push notification subscribers.
Замечания
It must not be NULL.