C-DEngine 5.105

TheClientInfo..::..NodeID Property

Originating Node ID

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

Syntax


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