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