NotificationRegistration::Platform Property

 

The platform for this registration. The platform must be one of the following values: wns, mpns, apns, or gcm where wns stands for "Windows Push Notification Services", mpns is "Microsoft Push Notification Service", apns is "Apple Push Notification Service", and gcm is "Google Cloud Messaging for Chrome".

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

public:
[RequiredAttribute]
property String^ Platform {
	[CompilerGeneratedAttribute]
	String^ get();
	[CompilerGeneratedAttribute]
	void set(String^ value);
}

Property Value

Type: System::String^
Return to top
Show: