C-DEngine 5.105

TheThing..::..GetPropertiesMetaStartingWith Method (String, Boolean)

Returns all properties starting with a specific prefix

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

Syntax


public List<cdeP> GetPropertiesMetaStartingWith(
	string pName,
	bool includeSubProperties
)
Public Function GetPropertiesMetaStartingWith ( _
	pName As String, _
	includeSubProperties As Boolean _
) As List(Of cdeP)
public:
List<cdeP^>^ GetPropertiesMetaStartingWith(
	String^ pName, 
	bool^ includeSubProperties
)

Parameters

pName
Type: String
prefix to look for
includeSubProperties
Type: Boolean
include subproperties if true

Return Value