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


IReferenceDataField.Required Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IR > IReferenceDataField Interface > IReferenceDataField.Required Property
ArcGIS Developer Help

IReferenceDataField.Required Property

Indicates whether the field is a required by the locator.

[Visual Basic .NET]
Public ReadOnly Property Required As Boolean
[C#]
public bool Required {get;}
[C++]
HRESULT get_Required(
  Boolean* bRequired
);
[C++]
Parameters
bRequired [out, retval]

bRequired is a parameter of type bool*

Product Availability

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

Remarks

If the Required property is False, then the reference data source does not need to contain this Field.

See Also

IReferenceDataField Interface