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


IGpDescribeField.Required Property (ArcObjects .NET 10.4 SDK)
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