ArcObjects Library Reference (Carto)  

IDocumentInfo.DocumentTitle Property

The title of the document.

[Visual Basic .NET]
Public Property DocumentTitle As String
[C#]
public string DocumentTitle {get; set;}
[C++]
HRESULT get_DocumentTitle(
  BSTR* Title
);
[C++]
HRESULT put_DocumentTitle(
  BSTR Title
);
[C++]

Parameters

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

Product Availability

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

See Also

IDocumentInfo Interface