IJavaMember::Type

This property provides access to the member's type. For a method, the Type property indicates the method's return type. The type is returned as a type signature string. If the member is a constructor method, the type signature is an empty string.

Syntax

[propget] HRESULT Type([out, retval] BSTR* retval);

[propput] HRESULT Type([in] BSTR newval);

Property Type As String