CommunicationBlockingAppManager.IsCurrentAppActiveBlockingApp 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.
Indicates whether the current application is the active blocking application.
public:
static property bool IsCurrentAppActiveBlockingApp { bool get(); };
static bool IsCurrentAppActiveBlockingApp();
public static bool IsCurrentAppActiveBlockingApp { get; }
var boolean = CommunicationBlockingAppManager.isCurrentAppActiveBlockingApp;
Public Shared ReadOnly Property IsCurrentAppActiveBlockingApp As Boolean
Property Value
Boolean
bool
Value that tells whether the current application is the active blocking app.