Share via


DictConfigurationKey.name Method

Definition

Returns the name of the configuration key.

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

Returns

The name of the configuration key.

Remarks

For an example that uses this method, see the new method.

Applies to