Get item by index
Namespace: GZTW.AyaNova.BLLAssembly: GZTW.AyaNova.BLL (in GZTW.AyaNova.BLL.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax
| C# |
|---|
public AppointmentList..::..AppointmentListInfo this[ int Item ] { get; } |
| Visual Basic |
|---|
Public ReadOnly Default Property Item ( _ Item As Integer _ ) As AppointmentList..::..AppointmentListInfo Get |
| Visual C++ |
|---|
public: property AppointmentList..::..AppointmentListInfo default[int Item] { AppointmentList..::..AppointmentListInfo get (int Item); } |
Parameters
- Item
- Type: System..::..Int32