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