Url Property
Sets or retrieves the URL of the feed.
Syntax
[ feedUrl = ] Feed.Url [ = feedUrl ]
Possible Values
feedUrl String that specifies or receives the source URL of the feed. The property is read/write. The property has no default value.
Remarks
The feedUrl parameter must be an absolute URL that begins with the "http:" or "https:" protocol. No other protocols are supported.
Applies To
Feed
See Also