FileDownloadManagerFiles Property |
https://www.emgu.com
Get the files that will be downloaded by this download manager.
Namespace:
Emgu.Models
Assembly:
Emgu.TF.Lite.Models (in Emgu.TF.Lite.Models.dll) Version: 2.19.0.1709+574f567263f3c76bb77304b9eeb79ab6660ba101
Syntaxpublic DownloadableFile[] Files { get; }
Public ReadOnly Property Files As DownloadableFile()
Get
public:
property array<DownloadableFile^>^ Files {
array<DownloadableFile^>^ get ();
}
member Files : DownloadableFile[] with get
Property Value
Type:
DownloadableFile
See Also