C-DEngine 5.105

TheJSONLoaderDefinition..::..TopRecords Property

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

Syntax


public int TopRecords { get; set; }
Public Property TopRecords As Integer
	Get
	Set
public:
property int^ TopRecords {
	int^ get ();
	void set (int^ value);
}