KernelConfigurationKeyCollectionItem Property (String) |
名称索引
Namespace: X3Platform.ConfigurationAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic KernelConfigurationKey this[
string name
] { get; set; }
public:
property KernelConfigurationKey^ default[String^ name] {
KernelConfigurationKey^ get (String^ name);
void set (String^ name, KernelConfigurationKey^ value);
}
Parameters
- name
- Type: SystemString
Property Value
Type:
KernelConfigurationKey
See Also