ArcObjects Library Reference (Geoprocessing)  

IGpDescribeField.Domain Property

Domain of the field description.

[Visual Basic .NET]
Public Property Domain As String
[C#]
public string Domain {get; set;}
[C++]
HRESULT get_Domain(
  BSTR* Name
);
[C++]
HRESULT put_Domain(
  BSTR Name
);
[C++]

Parameters

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

Product Availability

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

See Also

IGpDescribeField Interface