Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the push notification subscriber from the specified store identifier.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Function GetByStoreId ( _
id As String _
) As PushNotificationSubscriber
'Usage
Dim instance As PushNotificationSubscriberCollection
Dim id As String
Dim returnValue As PushNotificationSubscriber
returnValue = instance.GetByStoreId(id)
public PushNotificationSubscriber GetByStoreId(
string id
)
Parameters
id
Type: System.StringStore identifier for the notification subscriber.
Return value
Type: Microsoft.SharePoint.Client.PushNotificationSubscriber
Microsoft.SharePoint.Client.PushNotificationSubscriber
See also
Reference
PushNotificationSubscriberCollection class