public OrderType type { get; set; }
Public Property type As OrderType Get Set
public: property OrderType type { OrderType get (); void set (OrderType value); }
member type : OrderType with get, set
In This Article