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.
Gets or sets the custom arguments specified by the app.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property CustomArgs As String
Get
Set
'Usage
Dim instance As SPPushNotificationSubscriber
Dim value As String
value = instance.CustomArgs
instance.CustomArgs = value
public string CustomArgs { get; set; }
Property value
Type: System.String
The custom arguments.
Remarks
This string could be used by the app logic to differentiate between its notification subscribers parameters and preferences.
See also
Reference
SPPushNotificationSubscriber class