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);

See Also

IFileHandler