ISyndicationNode.BaseUri 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 base URI for the element. This property represents the xml:base attribute on the element. It may be inherited from an ancestor element.
public:
property Uri ^ BaseUri { Uri ^ get(); void set(Uri ^ value); };
Uri BaseUri();
void BaseUri(Uri value);
public System.Uri BaseUri { get; set; }
var uri = iSyndicationNode.baseUri;
iSyndicationNode.baseUri = uri;
Public Property BaseUri As Uri
Property Value
The xml:base attribute on the element.