AppBroadcastPlugIn.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 a stream containing the logo image of the app broadcast plugin.
public:
property IRandomAccessStreamReference ^ Logo { IRandomAccessStreamReference ^ get(); };
IRandomAccessStreamReference Logo();
public IRandomAccessStreamReference Logo { get; }
var iRandomAccessStreamReference = appBroadcastPlugIn.logo;
Public ReadOnly Property Logo As IRandomAccessStreamReference
Property Value
A stream containing the logo image of the app broadcast plugin.
Windows requirements
App capabilities |
appBroadcast
appBroadcastSettings
|