SPPushNotificationSubscriber.ServiceToken property
Gets or sets the service token.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property ServiceToken As String
Get
Set
'Usage
Dim instance As SPPushNotificationSubscriber
Dim value As String
value = instance.ServiceToken
instance.ServiceToken = value
public string ServiceToken { get; set; }
Property value
Type: System.String
The service token.
See also
Reference
SPPushNotificationSubscriber class