'Declaration <DescriptionAttribute("The camera model.")> <CategoryAttribute("RAW Image")> Public ReadOnly Property Model As System.String
[Description("The camera model.")] [Category("RAW Image")] public System.String Model { get; }
[Description("The camera model.")] [Category("RAW Image")] public: __property System.String get_Model();
[Description("The camera model.")] [Category("RAW Image")] public:
property System.String Model { System.String get(); }