Discuss this help topic in SecureBlackbox Forum
Returns the artist name of the audio's album.
Declaration
[VB.NET]
Property AlbumArtist As String
[Pascal]
property AlbumArtist: string;
[C++]
void get_AlbumArtist(std::string &OutResult);
void set_AlbumArtist(const std::string &Value);
[PHP]
string get_AlbumArtist()
void set_AlbumArtist(string $Value)
[Java]
String getAlbumArtist();
void setAlbumArtist(String Value);
Description
Use this property to get the artist name of the audio's album.
Discuss this help topic in SecureBlackbox Forum