C-DEngine 5.105

TheThing..::..GetSafePropertyStringObject Method

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

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

Syntax


public static string GetSafePropertyStringObject(
	Object pThing,
	string pName
)
Public Shared Function GetSafePropertyStringObject ( _
	pThing As Object, _
	pName As String _
) As String
public:
static String^ GetSafePropertyStringObject(
	Object^ pThing, 
	String^ pName
)

Parameters

pThing
Type: Object
TheThing to get the value of. If the object is not of TheThing, an empty string is returned
pName
Type: String
Property Name

Return Value