C-DEngine 5.105

TheScreenInfo..::..MyStorageMirror Property

This list contains the raw data of the Form or table without any meta data

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

Syntax


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