Description
Initial connect Error Notify mode
state.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
Public Property ErrorNotifyMode() As Boolean
|
[C#] |
public bool ErrorNotifyMode {get; set;}
|
[Managed C++] |
public: __property bool get_ErrorNotifyMode();
public: __property void set_ErrorNotifyMode(
bool
);
|
[Unmanaged C++] |
public: HRESULT get_ErrorNotifyMode(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_ErrorNotifyMode(
VARIANT_BOOL NewErrorNotifyMode
);
|
[Java] |
public bool getErrorNotifyMode();public void setErrorNotifyMode(
bool
);
|
See Also