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