KeyboardInteractivePromptEcho Property
Specifies if the client should echo the value entered by the user or not.
Syntax
__property bool KeyboardInteractivePromptEcho[int PromptIndex] = {read=FKeyboardInteractivePromptEcho, write=FSetKeyboardInteractivePromptEcho};
Default Value
false
Remarks
Specifies if the client should echo the value entered by the user or not.
The size of the array is controlled by the KeyboardInteractivePromptCount property.
This property is not available at design time.
Data Type
Boolean