| PromptInterfaces | 
 Interfaces to allow access to properties shared by multiple prompt elements. 
 | 
| PromptInterfaces.Caption | 
 Implemented if the prompt element contains captions. 
 | 
| PromptInterfaces.Constraints<T> | 
 Represents min/max constraints. 
 | 
| PromptInterfaces.DataReference | 
 Implemented if the prompt element contains a data reference. 
 | 
| PromptInterfaces.Focus | 
 Implemented if the prompt element has a property to set the focus for user input. 
 | 
| PromptInterfaces.ItemList | 
 Represents the item list property. 
 | 
| PromptInterfaces.Locked | 
 Represents the locked property. 
 | 
| PromptInterfaces.MultiSelect | 
 Implemented if the prompt element contains a multi select. 
 | 
| PromptInterfaces.OutputFormat | 
 Implemented if the prompt element contains an output format. 
 | 
| PromptInterfaces.QuoteCharacter | 
 Implemented if the prompt element contains a quote character property. 
 | 
| PromptInterfaces.ValueRequired | 
 Implemented if the prompt has a property for required values. 
 | 
| PromptInterfaces.XmlKey | 
 Implemented if the prompt element contains an XML key. 
 | 
| PromptInterfaces.XPath | 
 Implemented if the prompt element contains a XPath field. 
 |