Specifies whether the connection is allowed. Application developers can intercept the connection attempt by subscribing to the Connecting event and disallow the connection, based on defined rules, by setting this member to false.


Namespace: Benchmarx.Munja
Assembly: Munja (in Munja.dll)

Syntax

Visual Basic (Declaration)
Public allowed As Boolean
C#
public bool allowed;
C++
public:
 bool allowed sealed ;
J#
public bool allowed
JScript
public allowed : bool;

See Also