Leadtools.Medical.Worklist.DataAccessLayer.BusinessEntity Namespace > MPPSDataset.PatientInfoforUnscheduledPPSDataTable Class : Item Property |
public MPPSDataset.PatientInfoforUnscheduledPPSRow this[ int index ]; {get;}
'Declaration Public ReadOnly Default Property Item( _ ByVal index As Integer _ ) As MPPSDataset.PatientInfoforUnscheduledPPSRow
'Usage Dim instance As MPPSDataset.PatientInfoforUnscheduledPPSDataTable Dim index As Integer Dim value As MPPSDataset.PatientInfoforUnscheduledPPSRow value = instance.Item(index)
public: property MPPSDataset.PatientInfoforUnscheduledPPSRow^ default [int] { MPPSDataset.PatientInfoforUnscheduledPPSRow^ get(int index); }