Returns true if the result is valid, false
otherwise.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property Valid() As Boolean
|
| [C#] |
|---|
public bool Valid {get;}
|
| [Managed C++] |
|---|
public: __property bool get_Valid();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Valid(
|
| [Java] |
|---|
public bool getValid();
|