IMachineLearningServiceClientSidePlugins Property |
Retrieves the javascript handlers and HTML template.
Namespace: Dundas.BI.MachineLearningAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
SyntaxIDictionary<Guid, Tuple<string, string>> ClientSidePlugins { get; }ReadOnly Property ClientSidePlugins As IDictionary(Of Guid, Tuple(Of String, String))
Get
property IDictionary<Guid, Tuple<String^, String^>^>^ ClientSidePlugins {
IDictionary<Guid, Tuple<String^, String^>^>^ get ();
}abstract ClientSidePlugins : IDictionary<Guid, Tuple<string, string>> with get
Property Value
IDictionaryGuid,
TupleString,
StringA dictionary of the ID of the machine learning plugin, the content of the javascript handler and the content of the html of the plugin.
See Also