This document is archived and information here might be outdated. Recommended version. |
Indicates if checking field in Validation.
[Visual Basic .NET] Public Property CheckField As Boolean
[C#] public bool CheckField {get; set;}
[C++]
HRESULT get_CheckField(
VARIANT_BOOL bUse
);
[C++]
HRESULT put_CheckField(
Boolean* bUse
);
[C++]
Parameters bUse [in]
bUse is a parameter of type bool bUse [out, retval]
bUse is a parameter of type bool*