public BoothCategory Category { get; protected set; }
Public Property Category As BoothCategory
Get
Protected Set
public:
property BoothCategory^ Category {
BoothCategory^ get ();
protected: void set (BoothCategory^ value);
}
member Category : BoothCategory with get, set