Returns all properties starting with a specific prefix
Namespace:
nsCDEngine.Engines.ThingService
Assembly:
C-DEngine (in C-DEngine.dll)
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