Primary display field.
[Visual Basic 6.0] Property DisplayField As String
[Visual Basic .NET] Public Property DisplayField As String
[C#] public string DisplayField {get; set;}
[Java] public String getDisplayField() throws IOException, AutomationException
[Java] public void setDisplayField( String DisplayField ) throws IOException, AutomationException
[C++]
HRESULT get_DisplayField(
BSTR* FieldName
);
[C++] HRESULT put_DisplayField( BSTR FieldName);
Parameters
FieldName [out, retval]
FieldName is a parameter of type BSTR
FieldName [in]
FieldName is a parameter of type BSTR
The name of the layer's primary display field.
Usually this field name contains the string "name", or is the first string field found in the layer's attributes. This field is used to show map tips for the layer. The value of this property must match the name of one of the fields in the layer's FeatureClass.