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