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