[This is preliminary documentation and subject to change.]

Returns an Image icon for this content provider.


Namespace: MediaMallTechnologies.Plugin
Assembly: Util (in Util.dll)

Syntax

Visual Basic (Declaration)
ReadOnly Property Image As Image
C#
Image Image { get; }
C++
property Image Image abstract  {
    Image get();
}
J#
/** property */
public Image get_Image();
JScript
public function get Image() : Image

Property Value

The Image for this plugin.

Remarks

The image must be 78 x 78 pixels. PNG format images are preferred. This image will be potentially displayed by client media devices as the root folder for this plugin, if such display is possible for the given device.

See Also