ProductPurchaseDisplayProperties.Image 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.
Windows Phone only. Gets or sets the location of an image used to represent the product at time of purchase.
public:
property Uri ^ Image { Uri ^ get(); void set(Uri ^ value); };
Uri Image();
void Image(Uri value);
public System.Uri Image { get; set; }
var uri = productPurchaseDisplayProperties.image;
productPurchaseDisplayProperties.image = uri;
Public Property Image As Uri
Property Value
The image location.