C-DEngine 5.105

cdeP..::..GetParentProperty Method

Returns the parent property of a given property if it has a parent

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

Syntax


public static cdeP GetParentProperty(
	cdeP pProp
)
Public Shared Function GetParentProperty ( _
	pProp As cdeP _
) As cdeP
public:
static cdeP^ GetParentProperty(
	cdeP^ pProp
)

Parameters

pProp
Type: nsCDEngine.Engines.ThingService..::..cdeP
Property to query

Return Value