Dictionary.Enumname(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.