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