|  | This document is archived and information here might be outdated. Recommended version. | 
| ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IAnnotateLayerProperties Interface > IAnnotateLayerProperties.FeatureLayer Property (ArcObjects .NET 10.5 SDK) | 
The annotated feature class.
[Visual Basic .NET] Public Property FeatureLayer As IFeatureLayer
[C#] public IFeatureLayer FeatureLayer {get; set;}
[C++]
HRESULT get_FeatureLayer(
  IFeatureLayer** FeatureLayer
);
[C++]
HRESULT putref_FeatureLayer(
  IFeatureLayer* FeatureLayer
);
[C++]
Parameters FeatureLayer [out, retval]
FeatureLayer is a parameter of type IFeatureLayer FeatureLayer [in]
FeatureLayer is a parameter of type IFeatureLayer