ProductListing.ImageUri Property

Definition

Gets the URI of the image associated with the add-on (also called an in-app product or IAP).

public:
 property Uri ^ ImageUri { Uri ^ get(); };
Uri ImageUri();
public System.Uri ImageUri { get; }
var uri = productListing.imageUri;
Public ReadOnly Property ImageUri As Uri

Property Value

The URI to the image associated with the add-on.

Applies to