Determines if the message represents a failure notification.
Read-only property
[Visual Basic .NET] |
---|
Public Property IsFailure() As Boolean |
[C#] |
---|
public bool IsFailure {get;} |
[Managed C++] |
---|
public: __property bool get_IsFailure(); |
[Unmanaged C++] |
---|
public: HRESULT get_IsFailure( VARIANT_BOOL * pRetVal ); |
[Java] |
---|
public bool getIsFailure(); |