Discuss this help topic in SecureBlackbox Forum
The audio's title.
Declaration
[VB.NET]
Property Title As String
[Pascal]
property Title: string;
[C++]
void get_Title(std::string &OutResult);
void set_Title(const std::string &Value);
[PHP]
string get_Title()
void set_Title(string $Value)
[Java]
String getTitle();
void setTitle(String Value);
Description
Use this property to get the audio's title.
Discuss this help topic in SecureBlackbox Forum