'Declaration Public Property files As Vintasoft.Shared.Web.WebImageFileInfo[]
public Vintasoft.Shared.Web.WebImageFileInfo[] files { get; set; }
public: __property Vintasoft.Shared.Web.WebImageFileInfo*[] get_files(); public: __property void set_files(
Vintasoft.Shared.Web.WebImageFileInfo*[]* value
);
public:
property Vintasoft.Shared.Web.WebImageFileInfo^[] files { Vintasoft.Shared.Web.WebImageFileInfo^[] get(); void set(array<Vintasoft.Shared.Web.WebImageFileInfo^>^ value); }