|
DownloadStatusFinished Property |
Indicates whether the current download has completed.
Namespace: GLNeuroTech.Devices.CommonAssembly: GLNeuroTech.Devices.Common (in GLNeuroTech.Devices.Common.dll) Version: 1.2.3.5 (1.2.3.5)
Syntax public bool Finished { get; set; }
Public Property Finished As Boolean
Get
Set
public:
property bool Finished {
bool get ();
void set (bool value);
}
member Finished : bool with get, set
Property Value
Type:
BooleanSee Also