This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > CartoUI > ESRI.ArcGIS.CartoUI > Interfaces > IF > IFeatureLayerSourcePageExtension Interface > IFeatureLayerSourcePageExtension.Description Property (ArcObjects .NET 10.4 SDK) |
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 );