Share via


CommunicationBlockingAppManager.IsCurrentAppActiveBlockingApp Property

Definition

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.

Applies to