Discuss this help topic in SecureBlackbox Forum
The audio's artist name.
Declaration
[VB.NET]
Property Artist As String
[Pascal]
property Artist: string;
[C++]
void get_Artist(std::string &OutResult);
void set_Artist(const std::string &Value);
[PHP]
string get_Artist()
void set_Artist(string $Value)
[Java]
String getArtist();
void setArtist(String Value);
Description
Use this property to get the audio's artist name.
Discuss this help topic in SecureBlackbox Forum