This document is archived and information here might be outdated. Recommended version. |
The check schema flag.
[Visual Basic .NET]
Public Property CheckSchema As Boolean
[C#]
public bool CheckSchema {get; set;}
[C++]
HRESULT get_CheckSchema(
Boolean* CheckSchema
);
[C++]
HRESULT put_CheckSchema(
VARIANT_BOOL CheckSchema
);
[C++] Parameters CheckSchema [out, retval]
CheckSchema is a parameter of type bool* CheckSchema [in]
CheckSchema is a parameter of type bool