C-DEngine 5.105

ThePropertyBag..::..Create Method

Creates a new Property Bag from public properties of a given class Use this for strong typing of NMI Control Properties

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

Syntax


public static ThePropertyBag Create(
	Object pInObj
)
Public Shared Function Create ( _
	pInObj As Object _
) As ThePropertyBag
public:
static ThePropertyBag^ Create(
	Object^ pInObj
)

Parameters

pInObj
Type: Object

Return Value