C-DEngine 5.105

TheThing..::..RemovePropertiesStartingWith Method

Removes all properties with a given prefix from TheThing at Runtime Only properties directly attached to a thing will be deleted.

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

Syntax


public bool RemovePropertiesStartingWith(
	string pName
)
Public Function RemovePropertiesStartingWith ( _
	pName As String _
) As Boolean
public:
bool^ RemovePropertiesStartingWith(
	String^ pName
)

Parameters

pName
Type: String

Return Value