This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IR > IReferenceDataField Interface > IReferenceDataField.Required Property (ArcObjects .NET 10.5 SDK) |
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(
VARIANT_BOOL* bRequired
);
[C++]
Parameters bRequired [out, retval] bRequired is a parameter of type VARIANT_BOOL
If the Required property is False, then the reference data source does not need to contain this Field.