PushNotificationSubscriber.ServiceToken property
Specifies the delivery channel URI for push notifications. It must not be null. It must not be empty.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property ServiceToken As String
Get
Set
'Usage
Dim instance As PushNotificationSubscriber
Dim value As String
value = instance.ServiceToken
instance.ServiceToken = value
public string ServiceToken { get; set; }
Property value
Type: System.String
String
See also
Reference
PushNotificationSubscriber class