Discuss this help topic in SecureBlackbox Forum

TElOneDriveAudio.AlbumArtist

TElOneDriveAudio     See also     


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


Returns the artist name of the audio's album.

Declaration

[C#]
    string AlbumArtist;

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

See also:     Album     Artist    

Discuss this help topic in SecureBlackbox Forum