public IBoothFeeOption BoothFeeOption { get; set; }Public Property BoothFeeOption As IBoothFeeOption
Get
Setpublic:
property IBoothFeeOption^ BoothFeeOption {
IBoothFeeOption^ get ();
void set (IBoothFeeOption^ value);
}member BoothFeeOption : IBoothFeeOption with get, set