Gets or sets the Uniform Resource Identifier (URI) for the image for the feed. This property represents the atom:icon element.
Syntax
var iconUri = syndicationFeed.iconUri;
syndicationFeed.iconUri = iconUri;
Property value
Type: Uri [JavaScript] | System.Uri [.NET] | Windows::Foundation::Uri [C++]
The atom:icon element. It is the absolute URI resolved against the xml:base attribute, if it is present. If the href attribute is a relative URI string and there is no xml:base attribute, this property will be null because the relative URI is not supported by the runtime URI class.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 12/4/2012