AppBroadcastState.StreamState 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 value specifying the state of the app broadcast stream.
public:
property AppBroadcastStreamState StreamState { AppBroadcastStreamState get(); };
AppBroadcastStreamState StreamState();
public AppBroadcastStreamState StreamState { get; }
var appBroadcastStreamState = appBroadcastState.streamState;
Public ReadOnly Property StreamState As AppBroadcastStreamState
Property Value
A value specifying the state of the app broadcast stream.
Windows requirements
App capabilities |
appBroadcast
appBroadcastSettings
|