Discuss this help topic in SecureBlackbox Forum

TElOneDriveAudio.Title

TElOneDriveAudio     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


The audio's title.

Declaration

[C#]
    string Title;

[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.

See also:     Duration     Picture    

Discuss this help topic in SecureBlackbox Forum