Fees list
Namespace: CTCT.Components.EventSpotAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
public IList<Fee> Fees { get; set; }
public IList<Fee> Fees { get; set; }
Public Property Fees As IList(Of Fee)
Get
Set
Public Property Fees As IList(Of Fee)
Get
Set
public:
property IList<Fee^>^ Fees {
IList<Fee^>^ get ();
void set (IList<Fee^>^ value);
}
public:
property IList<Fee^>^ Fees {
IList<Fee^>^ get ();
void set (IList<Fee^>^ value);
}
member Fees : IList<Fee> with get, set
member Fees : IList<Fee> with get, set