C-DEngine 5.105

cdeP..::..PropertyCount Property

Returns a count of all current Properties Only properties directly attached to a this Property will be counted.

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

Syntax


public int PropertyCount { get; }
Public ReadOnly Property PropertyCount As Integer
	Get
public:
property int^ PropertyCount {
	int^ get ();
}