ArcObjects Library Reference (Geoprocessing)  

IGpDescribeField.Required Property

Indicates whether the field is required.

[Visual Basic .NET]
Public Property Required As String
[C#]
public string Required {get; set;}
[C++]
HRESULT get_Required(
  BSTR* Required
);
[C++]
HRESULT put_Required(
  BSTR Required
);
[C++]

Parameters

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

Product Availability

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

See Also

IGpDescribeField Interface