[This is preliminary documentation and subject to change.]

Returns the display name that will show in the plugin tab of PlayOn Settings.


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

Syntax

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

Property Value

A string value for the name of this plugin provider.

See Also