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