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