C-DEngine 5.105

cdeP..::..GetPropertyPath Method

Returns the Hirarchically property path of a given property

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

Syntax


public static string GetPropertyPath(
	cdeP pProp
)
Public Shared Function GetPropertyPath ( _
	pProp As cdeP _
) As String
public:
static String^ GetPropertyPath(
	cdeP^ pProp
)

Parameters

pProp
Type: nsCDEngine.Engines.ThingService..::..cdeP
Property in question

Return Value