KeyboardInteractivePromptPrompt Property
The prompt label/text the client should present to the user.
Syntax
char* GetKeyboardInteractivePromptPrompt(int iPromptIndex);
int SetKeyboardInteractivePromptPrompt(int iPromptIndex, char* lpszKeyboardInteractivePromptPrompt);
Default Value
""
Remarks
The prompt label/text the client should present to the user.
The size of the array is controlled by the KeyboardInteractivePromptCount property.
This property is not available at design time.
Data Type
String