NotificationHub.TileId Property

 

Gets or sets the tile ID.

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

Syntax

public string TileId { get; private set; }
public:
property String^ TileId {
    String^ get();
    private: void set(String^ value);
}
member TileId : string with get, private set
Public Property TileId As String
    Get
    Private Set
End Property

Property Value

Type: System.String

The tile ID.

See Also

NotificationHub Class
Microsoft.WindowsAzure.Messaging Namespace

Return to top