C-DEngine 5.105

TheThing..::..GetAllProperties Method

returns a list of all properties of TheThing Only top-level properties on TheThing will be returned. To return properties of properties, use the GetAllProperties(maxSubPropertylevel) override.

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