C-DEngine 5.105

TheKey..::..location Property

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

Syntax


public int location { get; set; }
Public Property location As Integer
	Get
	Set
public:
property int^ location {
	int^ get ();
	void set (int^ value);
}