Discuss this help topic in SecureBlackbox Forum
The audio's genre.
Declaration
[VB.NET]
Property Genre As String
[Pascal]
property Genre: string;
[C++]
void get_Genre(std::string &OutResult);
void set_Genre(const std::string &Value);
[PHP]
string get_Genre()
void set_Genre(string $Value)
[Java]
String getGenre();
void setGenre(String Value);
Description
Use this property to get the audio's genre.
Discuss this help topic in SecureBlackbox Forum