Description
Allow connections from other machines.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property AllowExtConnect() As Boolean
|
[C#] |
---|
public bool AllowExtConnect {get; set;}
|
[Managed C++] |
---|
public: __property bool get_AllowExtConnect(); public: __property void set_AllowExtConnect( bool );
|
[Unmanaged C++] |
---|
public: HRESULT get_AllowExtConnect( VARIANT_BOOL * pRetVal ); public: HRESULT put_AllowExtConnect( VARIANT_BOOL NewAllowExtConnect );
|
[Java] |
---|
public bool getAllowExtConnect();public void setAllowExtConnect( bool );
|
See Also