AppBroadcastingStatusDetails.IsDisabledBySystem 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 app broadcasting is disabled by the system.
public:
property bool IsDisabledBySystem { bool get(); };
bool IsDisabledBySystem();
public bool IsDisabledBySystem { get; }
var boolean = appBroadcastingStatusDetails.isDisabledBySystem;
Public ReadOnly Property IsDisabledBySystem As Boolean
Property Value
Boolean
bool
True if app broadcasting is disabled by the system; otherwise, false.
Remarks
Use the AppBroadcastingUI to show the broadcasting system setup UI.