Share via


RatedContentDescription.Image Property

Definition

The thumbnail image associated with the content.

public:
 property IRandomAccessStreamReference ^ Image { IRandomAccessStreamReference ^ get(); void set(IRandomAccessStreamReference ^ value); };
IRandomAccessStreamReference Image();

void Image(IRandomAccessStreamReference value);
public IRandomAccessStreamReference Image { get; set; }
var iRandomAccessStreamReference = ratedContentDescription.image;
ratedContentDescription.image = iRandomAccessStreamReference;
Public Property Image As IRandomAccessStreamReference

Property Value

An image associated with the content.

Remarks

Accepted image formats are JPEG, BMP, and PNG.

Applies to