[This is preliminary documentation and subject to change.]

Returns a text description that will show in the plugin tab of PlayOn Settings.


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

Syntax

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

Property Value

A string value description for this plugin.

Remarks

The description value should be a maximum of approximately 20 words.

See Also