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