Returns AppointmentListInfo item that matches passed in itemid value
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[ Guid o ] { get; } |
| Visual Basic |
|---|
Public ReadOnly Default Property Item ( _ o As Guid _ ) As AppointmentList..::..AppointmentListInfo Get |
| Visual C++ |
|---|
public: property AppointmentList..::..AppointmentListInfo default[Guid o] { AppointmentList..::..AppointmentListInfo get (Guid o); } |
Parameters
- o
- Type: System..::..Guid