AppBroadcastingStatus.CanStartBroadcast Property

Definition

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.

Applies to