ResourceCollection.Uri Property

Definition

Gets the Uniform Resource Identifier (URI) representing the href attribute of the app:collection element. This is the absolute Uniform Resource Identifier (URI) resolved against the xml:base attribute when it is present. If the href attribute is a relative Uniform Resource Identifier (URI) string and there is no xml:base attribute, this property will be Null.

public:
 property Uri ^ Uri { Uri ^ get(); };
Uri Uri();
public System.Uri Uri { get; }
var uri = resourceCollection.uri;
Public ReadOnly Property Uri As Uri

Property Value

The Uniform Resource Identifier (URI) of the resource collection.

Applies to