'Declaration Public Property Images As Vintasoft.Imaging.ImageCollection
public Vintasoft.Imaging.ImageCollection Images { get; set; }
public: __property Vintasoft.Imaging.ImageCollection* get_Images(); public: __property void set_Images(
Vintasoft.Imaging.ImageCollection* value
);
public:
property Vintasoft.Imaging.ImageCollection^ Images { Vintasoft.Imaging.ImageCollection^ get(); void set(Vintasoft.Imaging.ImageCollection^ value); }