Whether the current value of the result is valid. Set by STK.
Read-write property
[Visual Basic .NET] |
---|
Public Property IsValid() As Boolean |
[C#] |
---|
public bool IsValid {get; set;} |
[Managed C++] |
---|
public: __property bool get_IsValid(); |
[Unmanaged C++] |
---|
public: HRESULT get_IsValid( VARIANT_BOOL * pIsValid ); public: HRESULT put_IsValid( VARIANT_BOOL IsValid ); |
[Java] |
---|
public bool getIsValid(); public void setIsValid( bool ); |