PropertyType: DecisionTreePropertyType;
The PropertyType property returns type of classifying variable.
To get number and name of classifying variable, use the IBinaryTreeNode.NodeIndex and IBinaryTreeNode.Name properties.
The property use is given in the example for ISmGradientBoostedTree.ClassificationSummary.
See also: