Web.GetPushNotificationSubscribersByUser 方法

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

命名空间:  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 Function GetPushNotificationSubscribersByUser ( _
    userName As String _
) As PushNotificationSubscriberCollection
用法
Dim instance As Web
Dim userName As String
Dim returnValue As PushNotificationSubscriberCollection

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

参数

返回值

类型:Microsoft.SharePoint.Client.PushNotificationSubscriberCollection
Collection of push notification subscribers.

备注

It must not be 空引用(无 在 Visual Basic 中). It must not be empty.

另请参阅

引用

Web 类

Web 成员

Microsoft.SharePoint.Client 命名空间