DataPackagePropertySetView.ApplicationListingUri 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 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.