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