This document is archived and information here might be outdated.  Recommended version.


IFieldChecker.ValidateWorkspace Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IF > IFieldChecker Interface > IFieldChecker.ValidateWorkspace Property
ArcGIS Developer Help

IFieldChecker.ValidateWorkspace Property

Workspace of the fieldchecker.

[Visual Basic .NET]
Public Property ValidateWorkspace As IWorkspace
[C#]
public IWorkspace ValidateWorkspace {get; set;}
[C++]
HRESULT get_ValidateWorkspace(
  IWorkspace** ValidateWorkspace
);
[C++]
HRESULT putref_ValidateWorkspace(
  IWorkspace* ValidateWorkspace
);
[C++]
Parameters
ValidateWorkspace [out, retval]

ValidateWorkspace is a parameter of type IWorkspace** ValidateWorkspace [in]
ValidateWorkspace is a parameter of type IWorkspace*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Setting the ValidateWorkspace property is required prior to using any of this interface's Validate methods. This property should be set to the workspace where the dataset being validated is to be created.

See Also

IFieldChecker Interface