public bool Filled { get; set; }
Public Property Filled As Boolean Get Set
public: property bool Filled { bool get (); void set (bool value); }
member Filled : bool with get, set