C-DEngine 5.105

cdeP..::..GetPropertiesMetaStartingWith Method

Returns all properties where the cdeM Meta Field starts with pName 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> GetPropertiesMetaStartingWith(
	string pName
)
Public Function GetPropertiesMetaStartingWith ( _
	pName As String _
) As List(Of cdeP)
public:
List<cdeP^>^ GetPropertiesMetaStartingWith(
	String^ pName
)

Parameters

pName
Type: String
Start Sequence of the MetaData. case is ignored

Return Value

List of properties matching the condition