Okapi .NET Library

BaseUtility.AllowPrompts Property

 [This is preliminary documentation and subject to change.]

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);

See Also

BaseUtility Class | Okapi.Library.Utility Namespace