ResourceCollection.BaseUri Property

Definition

Gets or sets the Uniform Resource Identifier (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 = resourceCollection.baseUri;
resourceCollection.baseUri = uri;
Public Property BaseUri As Uri

Property Value

The Uniform Resource Identifier (URI) for the element.

Implements

Applies to