API Reference
Class
AskField
Represents the ASK field code.
Inheritance
- WordFieldCode
- AskField
Constructors
public AskField() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Bookmark { get; set; } #Bookmark to assign the value to.
public String Prompt { get; set; } #Prompt displayed to the user.
public String DefaultResponse { get; set; } #Default response for the prompt. Added using the \d switch.
public Boolean PromptOnce { get; set; } #Indicates whether the prompt should appear only once. Added using the \o switch.