Description
The result of validating the file. Return
true for a valid file, else return false.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
Public Property IsValid() As Boolean
|
| [C#] |
public bool IsValid {get; set;}
|
| [Managed C++] |
public: __property bool get_IsValid();
public: __property void set_IsValid(
bool
);
|
| [Unmanaged C++] |
public: HRESULT get_IsValid(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_IsValid(
VARIANT_BOOL NewIsValid
);
|
| [Java] |
public bool getIsValid();public void setIsValid(
bool
);
|
See Also