WebUILockScreenCallActivatedEventArgs.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 identifier of the source that launched the app.
public:
property Platform::String ^ TileId { Platform::String ^ get(); };
winrt::hstring TileId();
public string TileId { get; }
var string = webUILockScreenCallActivatedEventArgs.tileId;
Public ReadOnly Property TileId As String
Property Value
The identifier of the tile.