SPPushNotificationSubscriber.CustomArgs property
取得或設定自訂應用程式所指定的引數。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property CustomArgs As String
Get
Set
'用途
Dim instance As SPPushNotificationSubscriber
Dim value As String
value = instance.CustomArgs
instance.CustomArgs = value
public string CustomArgs { get; set; }
Property value
Type: System.String
自訂的引數。
備註
這個字串的應用程式邏輯使用,來區別其通知 「 訂閱者 」 參數和喜好設定。
請參閱
參照
SPPushNotificationSubscriber class