property NETHostObject.Value as Variant
Specifies the value of the object.

TypeDescription
Variant A VARIANT expression that specifies the original object (.NET Framework object ) hold by the current NETHostObject object.
The Value property holds the original object. Use the SetValue property to change the object being hosted by the current NETHostObject object. The VtType property indicates the VARIANT type of the object that the current NETHostObject object holds. The Type property returns 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. If the NETHostObject holds a class or an object/IDispatch/IUnknown that supports properties, fields, members, any of these can be called through the NETHostObject properties like: ItemSetTemplateDef or Template property.

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