[This is preliminary documentation and subject to change.]
The album of this media, if available.
Namespace: MediaMallTechnologies.Plugin
Assembly: Util (in Util.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property Album As String |
| C# |
|---|
| public string Album { get; set; } |
| C++ |
|---|
| public property string Album sealed { String get(); void set(String value); } |
| J# |
|---|
| /** property */ public string get_Album(); /** property */ public void set_Album(string value); |
| JScript |
|---|
| public function get Album() : String public function set Album(value : String); |