C-DEngine 5.105

TheScreenInfo..::..MyStorageMeta Property

Namespace:  nsCDEngine.Engines.NMIService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public cdeConcurrentDictionary<string, TheFormInfo> MyStorageMeta { get; set; }
Public Property MyStorageMeta As cdeConcurrentDictionary(Of String, TheFormInfo)
	Get
	Set
public:
property cdeConcurrentDictionary<String^, TheFormInfo^>^ MyStorageMeta {
	cdeConcurrentDictionary<String^, TheFormInfo^>^ get ();
	void set (cdeConcurrentDictionary<String^, TheFormInfo^>^ value);
}