 | IUserInterfaceInteractionProviderAlert Method |
Shows an alert message box to the
Namespace: SanteDB.Client.UserInterfaceAssembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntaxvoid Alert(
string message
)
Sub Alert (
message As String
)
void Alert(
String^ message
)
abstract Alert :
message : string -> unit Parameters
- message String
- The message to be shown the user
See Also