ArcObjects Library Reference (DefenseSolutions)  

IAttributeLabel2.Field Property

Semicolon seperated list of field names used to create the text string to be drawn.

[Visual Basic .NET]
Public Property Field As String
[C#]
public string Field {get; set;}
[C++]
HRESULT get_Field(
  BSTR* strField
);
[C++]
HRESULT put_Field(
  BSTR strField
);
[C++]

Parameters

strField [out, retval]   strField is a parameter of type BSTR strField [in]   strField is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IAttributeLabel2 Interface