ProductListing.ImageUri 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 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.