SyndicationContent.SourceUri 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 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.