PushNotificationSubscriber.SubscriberType property

Specifies the type of the subscriber. This string can be used by the application logic to differentiate among its subscribers based on device type or any other custom logic.

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Property SubscriberType As String
    Get
    Set
'Usage
Dim instance As PushNotificationSubscriber
Dim value As String

value = instance.SubscriberType

instance.SubscriberType = value
public string SubscriberType { get; set; }

Property value

Type: System.String
String

See also

Reference

PushNotificationSubscriber class

PushNotificationSubscriber members

Microsoft.SharePoint.Client namespace