True indicates the method call was successful.
Read-only property
[Visual Basic .NET] |
---|
Public Property IsValid() As Boolean |
[C#] |
---|
public bool IsValid {get;} |
[Managed C++] |
---|
public: __property bool get_IsValid(); |
[Unmanaged C++] |
---|
public: HRESULT get_IsValid( VARIANT_BOOL * pRetVal ); |
[Java] |
---|
public bool getIsValid(); |