Share via


UriActionEntity.Uri Property

Definition

Gets the URI associated with the UriActionEntity.

public:
 property Uri ^ Uri { Uri ^ get(); };
/// [Windows.Foundation.Metadata.Experimental]
/// [get: Windows.Foundation.Metadata.Experimental]
Uri Uri();
[Windows.Foundation.Metadata.Experimental]
public System.Uri Uri { [Windows.Foundation.Metadata.Experimental] get; }
var uri = uriActionEntity.uri;
Public ReadOnly Property Uri As Uri

Property Value

The URI associated with the URIActionEntity.

Attributes

Applies to