Discuss this help topic in SecureBlackbox Forum

TElOneDriveAudio.Picture

TElOneDriveAudio     See also     


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


Returns a URL to view the audio's picture.

Declaration

[C#]
    string Picture;

[VB.NET]
    Property Picture As String

[Pascal]
    property Picture: string;

[C++]
    void get_Picture(std::string &OutResult);

[PHP]
    string get_Picture()

[Java]
    String getPicture();

Description

    Use this property to get a URL to view the audio's picture on OneDrive.

See also:     Title    

Discuss this help topic in SecureBlackbox Forum