This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IC > IConfigurationKeyword Interface > IConfigurationKeyword.Description Property (ArcObjects .NET 10.5 SDK) |
The description of the keyword.
[Visual Basic .NET] Public ReadOnly Property Description As String
[C#] public string Description {get;}
[C++]
HRESULT get_Description(
BSTR* desc
);
[C++]
Parameters desc [out, retval] desc is a parameter of type BSTR
Configuration keywords in an ArcSDE or File geodatabase can have descriptions associated with them. A keyword's description is a user-friendly string that describes the configuration keyword.
IConfigurationKeyword Interface