public bool Complete { get; set; }
Public Property Complete As Boolean Get Set
public: property bool Complete { bool get (); void set (bool value); }