ConfigurationEnumValueCollection.GetName(Int64) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.