This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPSAGeoDataDomain Interface > IGPSAGeoDataDomain.CheckField Property (ArcObjects .NET 10.4 SDK) |
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(
VARIANT_BOOL bUse
);
[C++]
Parameters bUse [out, retval] bUse is a parameter of type VARIANT_BOOL bUse [in] bUse is a parameter of type VARIANT_BOOL