This document is archived and information here might be outdated. Recommended version. |
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