SyndicationFeed.ImageUri Property

Definition

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.

Applies to