Discuss this help topic in SecureBlackbox Forum

TElOneDrivePhoto.CameraModel

TElOneDrivePhoto     See also     


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


The brand and model number of the camera that took the photo.

Declaration

[C#]
    string CameraModel;

[VB.NET]
    Property CameraModel As String

[Pascal]
    property CameraModel: string;

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

[PHP]
    string get_CameraModel()

[Java]
    String getCameraModel();

Description

    Use this property to get the model of the camera that took the photo.

See also:     CameraMaker    

Discuss this help topic in SecureBlackbox Forum