SPPushNotificationSubscriber.SubscriberType property
取得或設定 「 訂閱者 」 型別值。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property SubscriberType As String
Get
Set
'用途
Dim instance As SPPushNotificationSubscriber
Dim value As String
value = instance.SubscriberType
instance.SubscriberType = value
public string SubscriberType { get; set; }
Property value
Type: System.String
「 訂閱者 」 型別值。
請參閱
參照
SPPushNotificationSubscriber class