- element
- The ConfigurationElement to return the key for.
| Visual Basic (Declaration) | |
|---|---|
Overrides Protected Function GetElementKey( _ ByVal element As ConfigurationElement _ ) As Object | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
protected override object GetElementKey( ConfigurationElement element ) | |
| C++/CLI | |
|---|---|
protected: Object^ GetElementKey( ConfigurationElement element ) override | |
Parameters
- element
- The ConfigurationElement to return the key for.
Return Value
An Object that acts as the key for the specified ConfigurationElement.Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code