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