Share via


DictConfigurationKey.label Method

Definition

Returns the label for a configuration key.

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 label for the configuration key; an empty string if the configuration key does not have a label value.

Applies to