Dictionary.Configurationkeyname(Int32) 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.
Provides the name of a specified configuration key.
public:
virtual System::String ^ Configurationkeyname(int _classId);
public virtual string Configurationkeyname (int _classId);
abstract member Configurationkeyname : int -> string
override this.Configurationkeyname : int -> string
Public Overridable Function Configurationkeyname (_classId As Integer) As String
Parameters
- _classId
- Int32
Returns
A string that indicates the name of the configuration key.