ClientOperationsShowMessage Method |
Shows an informational message to the user.
Namespace:
MFiles.VAF.Configuration.AdminConfigurations
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic void ShowMessage(
string message
)
Public Sub ShowMessage (
message As String
)
public:
void ShowMessage(
String^ message
)
Parameters
- message
- Type: SystemString
The message to show.
See Also