ClassName Property (ObjectBase)
In This Topic
Returns a descriptive name for the class suitable for display to users.
Syntax
'Declaration
Public Overridable ReadOnly Property ClassName As String
public virtual string ClassName {get;}
public:
virtual property String^ ClassName {
String^ get();
}
See Also