PushNotificationSubscriber.CustomArgs property
Specifies a custom arguments string that represents the state of the notifications subscription. This string can be used by the application logic to differentiate among its notification subscribers for various kinds of notifications.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property CustomArgs As String
Get
Set
'Usage
Dim instance As PushNotificationSubscriber
Dim value As String
value = instance.CustomArgs
instance.CustomArgs = value
public string CustomArgs { get; set; }
Property value
Type: System.String
String
See also
Reference
PushNotificationSubscriber class