SyndicationFeed.ImageUri Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the Uniform Resource Identifier (URI) of the logo for the feed. This property represents the atom:logo element or image/uri element in RSS 2.0.
public:
property Uri ^ ImageUri { Uri ^ get(); void set(Uri ^ value); };
Uri ImageUri();
void ImageUri(Uri value);
public System.Uri ImageUri { get; set; }
var uri = syndicationFeed.imageUri;
syndicationFeed.imageUri = uri;
Public Property ImageUri As Uri
Property Value
The atom:logo element or image/uri element in RSS 2.0.