ProductPurchaseDisplayProperties.Image Property

Definition

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.

Applies to