NotificationRegistration.DeviceId Property

 

A unique identifier specific for the given platform. For Windows Push Notification Services (WNS) or Microsoft Push Notification Service (MPNS) it is the Channel URI, for Apple Push Notification Service it is the Device Token, and for Google Cloud Messaging for Chrome it is the registration ID.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Notifications
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

public string DeviceId {
	[CompilerGeneratedAttribute]
	get;
	[CompilerGeneratedAttribute]
	set;
}

Property Value

Type: System.String
Return to top
Show: