C-DEngine 5.105

TheDataBase..::..cdeN Property

Guid of Hosting Node - new in 4.108: Moved from MetaDataBase to here

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

Syntax


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