NotificationHub::TileId Property

 

Gets or sets the tile ID.

Namespace:   Microsoft.WindowsAzure.Messaging
Assembly:  Microsoft.WindowsAzure.Messaging.Managed (in Microsoft.WindowsAzure.Messaging.Managed.dll)

public:
property String^ TileId {
	String^ get();
	private: void set(String^ value);
}

Property Value

Type: System::String^

The tile ID.

Return to top
Show: