C-DEngine 5.105

TheFOR..::..Flds Property

List of all Controls to be overwritten with a new PropertyBag

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

Syntax


public List<TheFLDOR> Flds { get; set; }
Public Property Flds As List(Of TheFLDOR)
	Get
	Set
public:
property List<TheFLDOR^>^ Flds {
	List<TheFLDOR^>^ get ();
	void set (List<TheFLDOR^>^ value);
}