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


IGpFieldMappingsObject.FieldValidationWorkspace Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGpFieldMappingsObject Interface > IGpFieldMappingsObject.FieldValidationWorkspace Property
ArcGIS Developer Help

IGpFieldMappingsObject.FieldValidationWorkspace Property

Set the workspace for the mapping object.

[Visual Basic .NET]
Public Property FieldValidationWorkspace As String
[C#]
public string FieldValidationWorkspace {get; set;}
[C++]
HRESULT get_FieldValidationWorkspace(
void
);
[C++]
HRESULT put_FieldValidationWorkspace(
);

Product Availability

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

See Also

IGpFieldMappingsObject Interface