Name Property
Retrieves the display name of the feed.
Syntax
[ name = ] Feed.Name
Possible Values
name String that receives the name of the feed. The property is read-only. The property has no default value.
Remarks
The Name property is used both as the display name for the feed, and the name of the directory where the feed items are cached; it is distinct from the Title property of the feed. See Valid Feed and Folder Names for more information.
Use Rename to change the name of the current feed.
Applies To
Feed
See Also