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