AppBroadcastGlobalSettings.IsDisabledByPolicy 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 that indicates if broadcasting is disabled on the device by group policy.
public:
property bool IsDisabledByPolicy { bool get(); };
bool IsDisabledByPolicy();
public bool IsDisabledByPolicy { get; }
var boolean = appBroadcastGlobalSettings.isDisabledByPolicy;
Public ReadOnly Property IsDisabledByPolicy As Boolean
Property Value
Boolean
bool
True if broadcasting is disabled on the device by group policy; otherwise, false.
Windows requirements
App capabilities |
appBroadcast
appBroadcastSettings
|