Discuss this help topic in SecureBlackbox Forum

TElOneDrivePhotoImage.Source

TElOneDrivePhotoImage     See also     


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


A URL of the source file of this image.

Declaration

[C#]
    string Source;

[VB.NET]
    Property Source As String

[Pascal]
    property Source: string;

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

[PHP]
    string get_Source()

[Java]
    String getSource();

Description

    Use this property to get a URL of the source file of this image.

See also:     ImageType    

Discuss this help topic in SecureBlackbox Forum