Share via


DataPackagePropertySetView.ApplicationListingUri Property

Definition

Gets the Uniform Resource Identifier (URI) of the app's location in the Microsoft Store.

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

Property Value

The Uniform Resource Identifier (URI) of the app in the Microsoft Store.

Applies to