Description
Connection allowed.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
Public Property AllowConnect() As Boolean
|
[C#] |
public bool AllowConnect {get; set;}
|
[Managed C++] |
public: __property bool get_AllowConnect();
public: __property void set_AllowConnect(
bool
);
|
[Unmanaged C++] |
public: HRESULT get_AllowConnect(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_AllowConnect(
VARIANT_BOOL NewAllowConnect
);
|
[Java] |
public bool getAllowConnect();public void setAllowConnect(
bool
);
|
See Also