SPPushNotificationSubscriber.SubscriberType property
Obtém ou define o valor de tipo de assinante.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Property SubscriberType As String
Get
Set
'Uso
Dim instance As SPPushNotificationSubscriber
Dim value As String
value = instance.SubscriberType
instance.SubscriberType = value
public string SubscriberType { get; set; }
Property value
Type: System.String
O valor de tipo de assinante.
Ver também
Referência
SPPushNotificationSubscriber class