SyndicationGenerator.Uri Property

Definition

Gets or sets the Uniform Resource Identifier (URI) of the syndication generator.

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

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

Property Value

The href attribute on atom:link.

Applies to