C-DEngine 5.105

TheThing..::..ID Property

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

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

Syntax


public string ID { get; set; }
Public Property ID As String
	Get
	Set
public:
property String^ ID {
	String^ get ();
	void set (String^ value);
}