Share via


CommunicationBlockingAccessManager.IsBlockingActive Property

Definition

Gets whether or not blocking is currently enabled.

public:
 static property bool IsBlockingActive { bool get(); };
static bool IsBlockingActive();
public static bool IsBlockingActive { get; }
var boolean = CommunicationBlockingAccessManager.isBlockingActive;
Public Shared ReadOnly Property IsBlockingActive As Boolean

Property Value

Boolean

bool

Determines if blocking is enabled.

Applies to