[This is preliminary documentation and subject to change.]
A URL or local path to an image icon or thumbnail for this metadata.
Namespace: MediaMallTechnologies.Plugin
Assembly: Util (in Util.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property ThumbnailUrl As String |
| C# |
|---|
| public string ThumbnailUrl { get; set; } |
| C++ |
|---|
| public property string ThumbnailUrl sealed { String get(); void set(String value); } |
| J# |
|---|
| /** property */ public string get_ThumbnailUrl(); /** property */ public void set_ThumbnailUrl(string value); |
| JScript |
|---|
| public function get ThumbnailUrl() : String public function set ThumbnailUrl(value : String); |