Discuss this help topic in SecureBlackbox Forum
Returns the audio's album name.
Declaration
[VB.NET]
Property Album As String
[Pascal]
property Album: string;
[C++]
void get_Album(std::string &OutResult);
void set_Album(const std::string &Value);
[PHP]
string get_Album()
void set_Album(string $Value)
[Java]
String getAlbum();
void setAlbum(String Value);
Description
Use this property to get the album name.
Discuss this help topic in SecureBlackbox Forum