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


IDocumentInfo.DocumentTitle Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDocumentInfo Interface > IDocumentInfo.DocumentTitle Property
ArcGIS Developer Help

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(
  System.String* 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