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