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


IDocumentInfo.Keywords Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IDocumentInfo.Keywords Property

The keywords for the document.

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

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

Product Availability

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

See Also

IDocumentInfo Interface