| ApplicationProgressEventArgsProgressText Property |
The text of the progress
Namespace:
SanteDB.DisconnectedClient
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax public string ProgressText { get; set; }
Public Property ProgressText As String
Get
Set
public:
property String^ ProgressText {
String^ get ();
void set (String^ value);
}
member ProgressText : string with get, set
Property Value
Type:
StringSee Also