Freigeben über


Web.GetPushNotificationSubscribersByUser-Methode

Queries for the push notification subscribers for the site for the specified user.

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 Function GetPushNotificationSubscribersByUser ( _
    userName As String _
) As PushNotificationSubscriberCollection
'Usage
Dim instance As Web
Dim userName As String
Dim returnValue As PushNotificationSubscriberCollection

returnValue = instance.GetPushNotificationSubscribersByUser(userName)
public PushNotificationSubscriberCollection GetPushNotificationSubscribersByUser(
    string userName
)

Parameter

Rückgabewert

Typ: Microsoft.SharePoint.Client.PushNotificationSubscriberCollection
Collection of push notification subscribers.

Hinweise

It must not be ein Nullverweis (Nothing in Visual Basic). It must not be empty.

Siehe auch

Referenz

Web Klasse

Web-Member

Microsoft.SharePoint.Client-Namespace