Discuss this help topic in SecureBlackbox Forum

TElOneDriveAudio.Album

TElOneDriveAudio     See also     


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


Returns the audio's album name.

Declaration

[C#]
    string Album;

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

See also:     AlbumArtist    

Discuss this help topic in SecureBlackbox Forum