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 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