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


IGpFieldMappingsObject.FieldValidationWorkspace Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Geoprocessing)  

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