XmlConfiguratonInitialized Property |
是否成功初始化
Namespace: X3Platform.ConfigurationAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic bool Initialized { get; set; }
public:
property bool Initialized {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
Remarks根据内置的配置文件或者外部的配置文件成功初始化
See Also