PushNotificationSubscriber.CustomArgs - Propriété
Spécifie une chaîne d'arguments personnalisé qui représente l'état de l'abonnement de notifications. Cette chaîne peut être utilisée par l'application de différencier les ses abonnés de notification pour différents types de notifications.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public Property CustomArgs As String
Get
Set
'Utilisation
Dim instance As PushNotificationSubscriber
Dim value As String
value = instance.CustomArgs
instance.CustomArgs = value
public string CustomArgs { get; set; }
Valeur de propriété
Type : System.String
Chaîne
Voir aussi
Référence
PushNotificationSubscriber classe