C-DEngine 5.105

TheThing..::..GetSafePropertyBool Method

Returns a (null) safe value of a given property as a boolean

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

Syntax


public static bool GetSafePropertyBool(
	ICDEThing pThing,
	string pName
)
Public Shared Function GetSafePropertyBool ( _
	pThing As ICDEThing, _
	pName As String _
) As Boolean
public:
static bool^ GetSafePropertyBool(
	ICDEThing^ pThing, 
	String^ pName
)

Parameters

pThing
Type: nsCDEngine.Engines.ThingService..::..ICDEThing
TheThing to get the value of
pName
Type: String
Property Name

Return Value