RatedContentDescription.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.
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.