SyndicationContent.SourceUri Property

Definition

Gets or sets the URI to the content. This property represents the src attribute on atom:content.

public:
 property Uri ^ SourceUri { Uri ^ get(); void set(Uri ^ value); };
Uri SourceUri();

void SourceUri(Uri value);
public System.Uri SourceUri { get; set; }
var uri = syndicationContent.sourceUri;
syndicationContent.sourceUri = uri;
Public Property SourceUri As Uri

Property Value

The src attribute on atom:content.

Applies to