Discuss this help topic in SecureBlackbox Forum

TElOneDrivePhotoImages.Album

TElOneDrivePhotoImages     


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


The image's album.

Declaration

[C#]
    TElOneDrivePhotoImage Album;

[VB.NET]
    Property Album As TElOneDrivePhotoImage

[Pascal]
    property Album: TElOneDrivePhotoImage;

[C++]
    TElOneDrivePhotoImage* get_Album();

[PHP]
    TElOneDrivePhotoImage get_Album()

[Java]
    TElOneDrivePhotoImage getAlbum();

Description

    Use this property to check the album of this photo.

Discuss this help topic in SecureBlackbox Forum