scripting:api:base-document:title

Title

Property of IBaseDocument

Title of the document

Read-Write Property of type BSTR

var pstrVal = BaseDocument.Title;
BaseDocument.Title = pstrVal;
pstrVal = BaseDocument.Title
BaseDocument.Title = pstrVal
BSTR pstrVal;
HRESULT hr = BaseDocument.get_Title(&pstrVal);
hr = BaseDocument.put_Title(pstrVal);