This document is archived and information here might be outdated. Recommended version. |
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*
If the Required property is False, then the reference data source does not need to contain this Field.