SPPushNotificationSubscriber.ServiceToken property
取得或設定服務語彙基元。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property ServiceToken As String
Get
Set
'用途
Dim instance As SPPushNotificationSubscriber
Dim value As String
value = instance.ServiceToken
instance.ServiceToken = value
public string ServiceToken { get; set; }
Property value
Type: System.String
服務的語彙基元。
請參閱
參照
SPPushNotificationSubscriber class