C-DEngine 5.105

TheDataBase..::..cdeMID Property

Unique Key for the class derived from TheDataBase. this will be used in the StorageService as the Unique Index in the SQL Tables

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

Syntax


public Guid cdeMID { get; set; }
Public Property cdeMID As Guid
	Get
	Set
public:
property Guid^ cdeMID {
	Guid^ get ();
	void set (Guid^ value);
}