IConfigurationDomainCommandConfirmMessage Property |
If specified, the message will be displayed to the user in a confirmation dialog after they've
triggered the command, but before its execution. They will have the option to proceed or
cancel the command.
Namespace:
MFiles.VAF.Configuration.Interfaces.Domain
Assembly:
MFiles.VAF.Configuration.Interfaces (in MFiles.VAF.Configuration.Interfaces.dll) Version: 1.0.0.0
Syntaxstring ConfirmMessage { get; set; }
Property ConfirmMessage As String
Get
Set
property String^ ConfirmMessage {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also