C-DEngine 5.105

TheFLDOR..::..PO Property

PropertyBag that will be merged with the existing Propertybag of the Control

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

Syntax


public ThePropertyBag PO { get; set; }
Public Property PO As ThePropertyBag
	Get
	Set
public:
property ThePropertyBag^ PO {
	ThePropertyBag^ get ();
	void set (ThePropertyBag^ value);
}