PushNotificationSubscriberCollection.GetByStoreId método
Retorna o assinante de notificação de envio do identificador de armazenamento especificado.
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight (em Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (em Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (em Microsoft.SharePoint.Client.dll)
Sintaxe
'Declaração
Public Function GetByStoreId ( _
id As String _
) As PushNotificationSubscriber
'Uso
Dim instance As PushNotificationSubscriberCollection
Dim id As String
Dim returnValue As PushNotificationSubscriber
returnValue = instance.GetByStoreId(id)
public PushNotificationSubscriber GetByStoreId(
string id
)
Parâmetros
id
Tipo: System.StringArmazenar identificador para o assinante de notificação.
Valor retornado
Tipo: Microsoft.SharePoint.Client.PushNotificationSubscriber
Microsoft.SharePoint.Client.PushNotificationSubscriber
Ver também
Referência
PushNotificationSubscriberCollection classe