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


IConfigurationKeyword.Comments Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IC > IConfigurationKeyword Interface > IConfigurationKeyword.Comments Property
ArcGIS Developer Help

IConfigurationKeyword.Comments Property

Any additional comments about the keyword.

[Visual Basic .NET]
Public ReadOnly Property Comments As String
[C#]
public string Comments {get;}
[C++]
HRESULT get_Comments(
  System.String* Comments
);
[C++]
Parameters
Comments [out, retval]

Comments is a parameter of type BSTR*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

Configuration keywords in an ArcSDE or File geodatabase can have descriptions associated with them. A keyword's description is text that describes what the configuration keyword is used for.

See Also

IConfigurationKeyword Interface