C-DEngine 5.105

TheThing..::..GetPropertiesStartingWith Method

Returns a list of Properties starting with pName in the Name Only properties directly attached to TheThing will be returned

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

Syntax


public List<cdeP> GetPropertiesStartingWith(
	string pName
)
Public Function GetPropertiesStartingWith ( _
	pName As String _
) As List(Of cdeP)
public:
List<cdeP^>^ GetPropertiesStartingWith(
	String^ pName
)

Parameters

pName
Type: String
Start String of pName. case is ignored

Return Value

List of properties matching the condition