[This is preliminary documentation and subject to change.]

Display name.


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

Syntax

Visual Basic (Declaration)
Public Property Title As String
C#
public string Title { get; set; }
C++
public property string Title sealed  {
    String get();
    void set(String value);
}
J#
/** property */
public string get_Title();

/** property */
public void set_Title(string value);
JScript
public function get Title() : String

public function set Title(value : String);

Property Value

The display name for this instance.

See Also