 | ProgressChangedEventArgsProgress Property |
Gets the progress of the event normalized between 0 and 1. A value of less than zero indicates indeterminate progress.
Namespace: SanteDB.Core.ServicesAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic float Progress { get; }Public ReadOnly Property Progress As Single
Get
public:
property float Progress {
float get ();
}member Progress : float32 with get
Property Value
Single
See Also