Click or drag to resize

ConfigElementCollectionGetElementKey Method

키값을 반환 합니다.

Namespace:  Mcc.Series.Common.Configuration
Assembly:  Mcc.Series.Common (in Mcc.Series.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
protected override Object GetElementKey(
	ConfigurationElement element
)

Parameters

element
Type: System.ConfigurationConfigurationElement
ConfigurationElement value

Return Value

Type: Object
키값
See Also