[This is preliminary documentation and subject to change.]

The display title of this instance.


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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Title As String
C#
public string Title { get; }
C++
public property string Title sealed  {
    String get();
}
J#
/** property */
public string get_Title();
JScript
public function get Title() : String

See Also