Click or drag to resize

CategorizedSettingsElementCollectionGetElementKey Method

Gets the key for a CategorizedSettingsElement object.

Namespace: GSF.Configuration
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.266-beta+c6b78f50c57a6e00a35ffa6b1d344e516617d5cd
Syntax
protected override Object GetElementKey(
	ConfigurationElement element
)
View Source

Parameters

element  ConfigurationElement
CategorizedSettingsElement object whose key is to be retrieved.

Return Value

Object
String key value for a CategorizedSettingsElement object.
See Also