DataPackagePropertySet.ApplicationListingUri Property

Definition

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.

Applies to