Share via


Dictionary.Enumname(Int32) Method

Definition

Provides the name for a specified enumeration.

public:
 virtual System::String ^ Enumname(int _classId);
public virtual string Enumname (int _classId);
abstract member Enumname : int -> string
override this.Enumname : int -> string
Public Overridable Function Enumname (_classId As Integer) As String

Parameters

_classId
Int32

Returns

A string that indicates the name of the enumeration.

Applies to