| ConfigurationViewModelAutoRestart Property |
When true the system should automatically restart
Namespace:
SanteDB.DisconnectedClient.Ags.Model
Assembly:
SanteDB.DisconnectedClient.Ags (in SanteDB.DisconnectedClient.Ags.dll) Version: 2.2.1
Syntax public bool AutoRestart { get; set; }
Public Property AutoRestart As Boolean
Get
Set
public:
property bool AutoRestart {
bool get ();
void set (bool value);
}
member AutoRestart : bool with get, set
Property Value
Type:
BooleanSee Also