Discuss this help topic in SecureBlackbox Forum

TElOneDriveAudio.Artist

TElOneDriveAudio     See also     


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


The audio's artist name.

Declaration

[C#]
    string Artist;

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

See also:     AlbumArtist    

Discuss this help topic in SecureBlackbox Forum