SyndicationLink.BaseUri Property

Definition

Gets or sets the base URI of the syndication link.

public:
 property Uri ^ BaseUri { Uri ^ get(); void set(Uri ^ value); };
public Uri BaseUri { get; set; }
member this.BaseUri : Uri with get, set
Public Property BaseUri As Uri

Property Value

Uri

A Uri instance that contains the base URI of the syndication link.

Examples

The following code shows how to set the base URI of a syndication link.

Applies to