The Description property of an object of ClassType clsMiningModel sets or returns the description of the mining model. This property is used only by Decision Support Objects (DSO) and is not accessible by client applications.
String
Read/write
Use the following code to set the Description property for a mining model object:
' Assume an object (dsoDMM) of ClassType clsMiningModel exists.
dsoDMM.Description = "1999 Sales Patterns"