C-DEngine 5.105

TheThing..::..UID Property

Shortcut for "SetProperty("UID",value);

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

Syntax


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