| IDialogProviderAlert Method |
Alert the specified text.
Namespace:
SanteDB.DisconnectedClient.UI
Assembly:
SanteDB.DisconnectedClient.UI (in SanteDB.DisconnectedClient.UI.dll) Version: 2.2.1
Syntax void Alert(
string text
)
Sub Alert (
text As String
)
void Alert(
String^ text
)
abstract Alert :
text : string -> unit
Parameters
- text
- Type: SystemString
Text.
See Also