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