property NETObjectTemplate.Type as String
Indicates the type of the object's value.

TypeDescription
String A string that specifies the fully assembly-qualified name of the type, which includes the name of the assembly from which this Type object is loaded. For instance: "System.Windows.Forms.TreeView, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
property indicates the VARIANT type of the object that the current NETObjectTemplate object holds. If the NETObjectTemplate holds a class or an object/IDispatch/IUnknown that supports properties, fields, members, any of these can be called through the NETObjectTemplate properties like: ItemSetTemplateDef or Template property. The Value property holds the original object.

You can use the following properties to convert the current Value to indicated standard types: