Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
ProgressPercentage Property
NamespacesGenesyslab.Desktop.Infrastructure.CommandsProgressEventArgsProgressPercentage
Gets or sets the progress percentage.
Declaration Syntax
C#Visual BasicVisual C++
public double ProgressPercentage { get; private set; }
Public Property ProgressPercentage As Double
public:
property double ProgressPercentage {
	double get ();
	void set (double value);
}
Value
The progress percentage.

Assembly: Genesyslab.Desktop.Infrastructure (Module: Genesyslab.Desktop.Infrastructure) Version: 8.0.2.15 (8.0.002.15)