The Name property of an object of ClassType clsMiningModel contains the name of the mining model.
String
Read/write (read-only after object is named)
Use the following code to return the name of a mining model:
' Assume an object (dsoDMM) of ClassType clsMiningModel exists.
Dim strName As String
strName = dsoDMM.Name