IJavaClass::Name

These properties provide access to the name of the class. The Name property represents the simple name of the class. For example, in the class java.awt.Graphics, the Name property is "Graphics" and the FullName property is "java.awt.Graphics."

Syntax

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

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

Property Name As String

Parameters

newval

New class name value.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.