C-DEngine 5.105

TheScreenInfo..::..MyStorageInfo Property

TheFormInfo is a container of Meta information of a Form or a Table. If the sub-screen is a Dashboard, this collection is emptyu\

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

Syntax


public List<TheFormInfo> MyStorageInfo { get; set; }
Public Property MyStorageInfo As List(Of TheFormInfo)
	Get
	Set
public:
property List<TheFormInfo^>^ MyStorageInfo {
	List<TheFormInfo^>^ get ();
	void set (List<TheFormInfo^>^ value);
}