C-DEngine 5.105

cdeP..::..GetAllProperties Method

returns a list of all sub-properties of the cdeP Only properties directly attached to a this property will be returned.

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

Syntax


public List<cdeP> GetAllProperties()
Public Function GetAllProperties As List(Of cdeP)
public:
List<cdeP^>^ GetAllProperties()

Return Value