SyndicationLink.Uri Property

Definition

Gets or sets the URI of the linked resource.

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

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

Property Value

The href attribute on atom:link.

Applies to