KernelConfigurationKeys Property |
配置信息的集合
Namespace: X3Platform.ConfigurationAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic KernelConfigurationKeyCollection Keys { get; set; }
public:
property KernelConfigurationKeyCollection^ Keys {
KernelConfigurationKeyCollection^ get ();
void set (KernelConfigurationKeyCollection^ value);
}
Property Value
Type:
KernelConfigurationKeyCollection
See Also