AppBroadcastingStatus.CanStartBroadcast 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 indicating whether the current app can begin broadcasting.
public:
property bool CanStartBroadcast { bool get(); };
bool CanStartBroadcast();
public bool CanStartBroadcast { get; }
var boolean = appBroadcastingStatus.canStartBroadcast;
Public ReadOnly Property CanStartBroadcast As Boolean
Property Value
Boolean
bool
True if the app can begin broadcasting; otherwise, false.