Title
Property of IFileHandler
Description
Title
Property type
Read-Only Property of type BSTR
Syntax
JavaScript
var sVal = FileHandler.Title;
Visual Basic Script
sVal = FileHandler.Title
C++
BSTR sVal; HRESULT hr = FileHandler.get_Title(&sVal);
scripting:api:file-handler:title
Property of IFileHandler
Title
Read-Only Property of type BSTR
var sVal = FileHandler.Title;
sVal = FileHandler.Title
BSTR sVal; HRESULT hr = FileHandler.get_Title(&sVal);