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


IDocumentInfo2.Comments Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IDocumentInfo2.Comments Property

Comments for the document.

[Visual Basic .NET]
Public Property Comments As String
[C#]
public string Comments {get; set;}
[C++]
HRESULT get_Comments(
  BSTR* Comments
);
[C++]
HRESULT put_Comments(
  BSTR Comments
);
[C++]

Parameters Comments [out, retval] Comments is a parameter of type BSTR Comments [in] Comments is a parameter of type BSTR

Product Availability

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

See Also

IDocumentInfo2 Interface