Discuss this help topic in SecureBlackbox Forum

TElOneDrivePhoto.CameraMaker

TElOneDrivePhoto     See also     


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


The manufacturer of the camera that took the photo.

Declaration

[C#]
    string CameraMaker;

[VB.NET]
    Property CameraMaker As String

[Pascal]
    property CameraMaker: string;

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

[PHP]
    string get_CameraMaker()

[Java]
    String getCameraMaker();

Description

    Use this property to check the manufacturer of the camera that took the photo.

See also:     CameraModel    

Discuss this help topic in SecureBlackbox Forum