Gets or sets the indicator for whether prompts are allowed or not.
[Visual Basic] Public Property AllowPrompts As Boolean [C#] public bool AllowPrompts { get; set; } [C++] public: __property bool get_AllowPrompts(); public: __property void set_AllowPrompts(bool ); [JScript] public function get AllowPrompts() : bool public function set AllowPrompts(bool);
BaseUtility Class | Okapi.Library.Utility Namespace