This document is archived and information here might be outdated.  Recommended version.


IFeatureLayerSourcePageExtension.Description Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CartoUI > ESRI.ArcGIS.CartoUI > Interfaces > IF > IFeatureLayerSourcePageExtension Interface > IFeatureLayerSourcePageExtension.Description Property
ArcGIS Developer Help

IFeatureLayerSourcePageExtension.Description Property

The default description text.

[Visual Basic .NET]
Public Function get_Description ( _
    ByVal pLayer As IFeatureLayer _
) As String
[Visual Basic .NET]
Public Sub set_Description ( _
    ByVal pLayer As IFeatureLayer, _
    ByVal text As String _
)
[C#]
public string get_Description (
    IFeatureLayer pLayer
);
[C#]
public void set_Description (
    IFeatureLayer pLayer,
    string text
);

Product Availability

Available with ArcGIS Desktop.

See Also

IFeatureLayerSourcePageExtension Interface