C-DEngine 5.105

nmiCtrlComboLookup..::..StorageTarget Property

Select the GUID of the StorageTable you want to load

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

Syntax


public string StorageTarget { get; set; }
Public Property StorageTarget As String
	Get
	Set
public:
property String^ StorageTarget {
	String^ get ();
	void set (String^ value);
}