LockScreenBadge.Logo 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 logo to display with the badge.
public:
property IRandomAccessStream ^ Logo { IRandomAccessStream ^ get(); };
IRandomAccessStream Logo();
public IRandomAccessStream Logo { get; }
var iRandomAccessStream = lockScreenBadge.logo;
Public ReadOnly Property Logo As IRandomAccessStream
Property Value
The logo.