[This is preliminary documentation and subject to change.]

Returns the human-readable name of this plugin.


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

The name of this plugin.

See Also