This document is archived and information here might be outdated. Recommended version. |
Recognized names for the reference data field in the reference data table.
[Visual Basic .NET]
Public ReadOnly Property DefaultNames As Object
[C#]
public object DefaultNames {get;}
[C++]
HRESULT get_DefaultNames(
Variant* fieldNames
);
[C++] Parameters fieldNames [out, retval]
fieldNames is a parameter of type VARIANT*
The DefaultNames property returns an array of strings that contain possible names for this ReferenceDataField in the ReferenceDataTable. You can use these possible names to seach a reference data source for the appropriate field for the ReferenceDataField.