Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the title from the feed or feed item.
Syntax
[ title = ] object.Title
Possible Values
title String that receives the title of the object. The property is read-only. The property has no default value.
Remarks
Title is a required feed element, and an optional feed item element. The property value is null if not specified in the source.
Applies To
Feed, FeedItem
See Also