An array of the fields displayed in a section: field_type, name, label, value, values
Namespace: CTCT.Components.EventSpotAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
public IList<Field> Fields { get; set; }
public IList<Field> Fields { get; set; }
Public Property Fields As IList(Of Field)
Get
Set
Public Property Fields As IList(Of Field)
Get
Set
public:
property IList<Field^>^ Fields {
IList<Field^>^ get ();
void set (IList<Field^>^ value);
}
public:
property IList<Field^>^ Fields {
IList<Field^>^ get ();
void set (IList<Field^>^ value);
}
member Fields : IList<Field> with get, set
member Fields : IList<Field> with get, set