ViewIsSimbaChatEnabled Property |
Gets or sets a value indicating whether the Simba Intelligence chatbot using Visual Data Discovery sources is enabled for this view.
Namespace:
Dundas.BI.Entities.Views
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.4.0.1000)
Syntaxpublic bool IsSimbaChatEnabled { get; set; }Public Property IsSimbaChatEnabled As Boolean
Get
Set
public:
property bool IsSimbaChatEnabled {
bool get ();
void set (bool value);
}member IsSimbaChatEnabled : bool with get, set
Property Value
Type:
Boolean
True if enabled; otherwise, false.
See Also