AppBroadcastBackgroundServiceStreamInfo.BroadcastStreamReader 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 broadcast stream reader for the app broadcast background service.
public:
property AppBroadcastStreamReader ^ BroadcastStreamReader { AppBroadcastStreamReader ^ get(); };
AppBroadcastStreamReader BroadcastStreamReader();
public AppBroadcastStreamReader BroadcastStreamReader { get; }
var appBroadcastStreamReader = appBroadcastBackgroundServiceStreamInfo.broadcastStreamReader;
Public ReadOnly Property BroadcastStreamReader As AppBroadcastStreamReader
Property Value
The broadcast stream reader for the app broadcast background service.
Windows requirements
App capabilities |
appBroadcast
appBroadcastSettings
|