DialReceiverActivatedEventArgs.TileId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the unique tile identifier for the calling app.
public:
property Platform::String ^ TileId { Platform::String ^ get(); };
winrt::hstring TileId();
public string TileId { get; }
var string = dialReceiverActivatedEventArgs.tileId;
Public ReadOnly Property TileId As String
Property Value
The unique tile identifier for the calling app.