Click or drag to resize
KernelConfigurationViewGetKeyValue Method
获取配置信息的值

Namespace: X3Platform.Configuration
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public string GetKeyValue(
	string configGlobalPrefix,
	string propertyName,
	NameValueConfigurationCollection defaultOptions
)

Parameters

configGlobalPrefix
Type: SystemString
配置信息的全局前缀
propertyName
Type: SystemString
配置属性名称
defaultOptions
Type: X3Platform.ConfigurationNameValueConfigurationCollection
默认配置选项

Return Value

Type: String

[Missing <returns> documentation for "M:X3Platform.Configuration.KernelConfigurationView.GetKeyValue(System.String,System.String,X3Platform.Configuration.NameValueConfigurationCollection)"]

See Also