DataPackagePropertySet.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 or sets the Uniform Resource Identifier (URI) of the app's location in the Windows Store.
public:
property Uri ^ ApplicationListingUri { Uri ^ get(); void set(Uri ^ value); };
Uri ApplicationListingUri();
void ApplicationListingUri(Uri value);
public System.Uri ApplicationListingUri { get; set; }
var uri = dataPackagePropertySet.applicationListingUri;
dataPackagePropertySet.applicationListingUri = uri;
Public Property ApplicationListingUri As Uri
Property Value
The Uniform Resource Identifier (URI) of the app in the Windows Store.