ConfigurationEnumValueCollection.GetName(Int64) Method

Definition

Gets the name of the first configuration enumeration value that has the specified value in the collection.

public:
 System::String ^ GetName(long value);
public string GetName (long value);
member this.GetName : int64 -> string
Public Function GetName (value As Long) As String

Parameters

value
Int64

The value of the configuration enumeration value this method should search for.

Returns

The name of a configuration enumeration value that has the specified value.

Applies to