 | ApplicationProgressEventArgsProgress Property |
The numerical progress
Namespace:
SanteDB.DisconnectedClient
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntaxpublic float Progress { get; set; }
Public Property Progress As Single
Get
Set
public:
property float Progress {
float get ();
void set (float value);
}
member Progress : float32 with get, set
Property Value
Type:
Single
See Also