Dictionary.Classname(Int32) Method

Definition

Provides the name of a specified class.

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

Parameters

_classId
Int32

A classId system data type that indicates the class ID.

Returns

A string that indicates the class name.

Remarks

Class IDs are unsigned integers.

Applies to