ElementTypeDescriptor.GetClassName Method

Definition

Returns the name of the class this descriptor represents.

public:
 override System::String ^ GetClassName();
public override string GetClassName ();
override this.GetClassName : unit -> string
Public Overrides Function GetClassName () As String

Returns

The DisplayName of the DomainClass being described if one has been specified. Otherwise returns the base class default value.

Applies to