Share via


DictEnum.label Method

Definition

Returns the label text of the enumeration.

public:
 virtual System::String ^ label();
public virtual string label ();
abstract member label : unit -> string
override this.label : unit -> string
Public Overridable Function label () As String

Returns

The name of the enumeration; an empty string if there is no label for the enumeration.

Applies to