Leadtools.Medical.DataAccessLayer.Configuration Namespace > ConnectionElementCollection Class : Item(Int32) Property |
public new ConnectionElement Item( int index ) {get; set;}
'Declaration Public Overloads Shadows Property Item( _ ByVal index As Integer _ ) As ConnectionElement
'Usage Dim instance As ConnectionElementCollection Dim index As Integer Dim value As ConnectionElement instance.Item(index) = value value = instance.Item(index)
public: new property ConnectionElement^ Item { ConnectionElement^ get(int index); void set (int index, ConnectionElement^ value); }