This property holds the value used to build an optional TITLE CDF element. When the CDF string for an object that has a Title property is constructed, the property is checked. If it is not null, the <TITLE> element is added to the string with the value of the property as the contents.
Type
String (VT_BSTR)
Default
Null
Example
VBScript
IDispChannel.Title = "The Title of the Channel"