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(
  BSTR* Workspace
);
[C++]
HRESULT put_FieldValidationWorkspace(
  BSTR Workspace
);
[C++]

Parameters

Workspace [out, retval]   Workspace is a parameter of type BSTR Workspace [in]   Workspace is a parameter of type BSTR

Product Availability

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

See Also

IGpFieldMappingsObject Interface