Retrieves the class name for this object. If null is returned, the type name is used.
[Visual Basic] Overridable Public Function GetClassName() As String [C#] public virtual string GetClassName(); [C++] public: virtual String* GetClassName(); [JScript] public function GetClassName() : String;
The class name for the object, or null if the default will be used.