MachineLearningProviderHandlerTypeNames Property |
Gets a reference between the IDs and the names of the plugins installed.
Namespace:
Dundas.BI.MachineLearning
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic abstract IDictionary<Guid, string> HandlerTypeNames { get; }Public MustOverride ReadOnly Property HandlerTypeNames As IDictionary(Of Guid, String)
Get
public:
virtual property IDictionary<Guid, String^>^ HandlerTypeNames {
IDictionary<Guid, String^>^ get () abstract;
}abstract HandlerTypeNames : IDictionary<Guid, string> with get
Property Value
Type:
IDictionaryGuid,
String
See Also