LockScreenInfo.AlarmIcon 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 alarm icon to display.
public:
property IRandomAccessStream ^ AlarmIcon { IRandomAccessStream ^ get(); };
IRandomAccessStream AlarmIcon();
public IRandomAccessStream AlarmIcon { get; }
var iRandomAccessStream = lockScreenInfo.alarmIcon;
Public ReadOnly Property AlarmIcon As IRandomAccessStream
Property Value
The alarm icon.