PushNotificationSubscriber.DeviceAppInstanceId property

Specifies the identifier of a device app instance.

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

Syntax

'Declaration
Public ReadOnly Property DeviceAppInstanceId As Guid
    Get
'Usage
Dim instance As PushNotificationSubscriber
Dim value As Guid

value = instance.DeviceAppInstanceId
public Guid DeviceAppInstanceId { get; }

Property value

Type: System.Guid
GUID

See also

Reference

PushNotificationSubscriber class

PushNotificationSubscriber members

Microsoft.SharePoint.Client namespace