DownloadableFileLocalFile Property |
https://www.emgu.com
The local file name
Namespace:
Emgu.Models
Assembly:
Emgu.TF.Lite.Models (in Emgu.TF.Lite.Models.dll) Version: 2.19.0.1709+574f567263f3c76bb77304b9eeb79ab6660ba101
Syntaxpublic string LocalFile { get; set; }
Public Property LocalFile As String
Get
Set
public:
property String^ LocalFile {
String^ get ();
void set (String^ value);
}
member LocalFile : string with get, set
Property Value
Type:
String
See Also