An array of guest properties
Namespace: CTCT.Components.EventSpotAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
public IList<Guest> GuestSections { get; set; }
public IList<Guest> GuestSections { get; set; }
Public Property GuestSections As IList(Of Guest)
Get
Set
Public Property GuestSections As IList(Of Guest)
Get
Set
public:
property IList<Guest^>^ GuestSections {
IList<Guest^>^ get ();
void set (IList<Guest^>^ value);
}
public:
property IList<Guest^>^ GuestSections {
IList<Guest^>^ get ();
void set (IList<Guest^>^ value);
}
member GuestSections : IList<Guest> with get, set
member GuestSections : IList<Guest> with get, set