Description
Returns the PromptResult object representing the result of the prompt operation.
Visual Basic
Public Function GetString( message As string ) As PromptResult
C#
public PromptResult GetString( string message );
Parameters
Parameters | Description |
---|---|
string message | Input message to be displayed to the user during the prompt |