C-DEngine 5.105

TheThing..::..MemberSetSafeProperty Method (ICDEThing, Object, ePropertyTypes, Boolean, String)

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

Syntax


public static cdeP MemberSetSafeProperty(
	ICDEThing pThing,
	Object pValue,
	ePropertyTypes pType,
	bool UpdateThing,
	string pName
)
Public Shared Function MemberSetSafeProperty ( _
	pThing As ICDEThing, _
	pValue As Object, _
	pType As ePropertyTypes, _
	UpdateThing As Boolean, _
	pName As String _
) As cdeP
public:
static cdeP^ MemberSetSafeProperty(
	ICDEThing^ pThing, 
	Object^ pValue, 
	ePropertyTypes^ pType, 
	bool^ UpdateThing, 
	String^ pName
)

Return Value