This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDocumentInfo Interface > IDocumentInfo.DocumentTitle Property (ArcObjects .NET 10.4 SDK) |
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