[This is preliminary documentation and subject to change.]

A textual description of this media.


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

Syntax

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

/** property */
public void set_Description(string value);
JScript
public function get Description() : String

public function set Description(value : String);

Remarks

If no description is available, this property should be set to null or an empty string.

See Also