OPCDA.NET Reference Manual
Item Property
See Also  Send Feedback
OpcDaNetUA.Net4 Assembly > OPCDA.NET.Controls Namespace > DAItemSets Class : Item Property

i
Index of the element in the collection.

Glossary Item Box

Returns the element at the specified index in the collection.

Syntax

Visual Basic (Declaration) 
Public Shadows Default Property Item( _
   ByVal i As Integer _
) As DAItemSet
C# 
public new DAItemSet this[ 
   int i
]; {get; set;}

Parameters

i
Index of the element in the collection.

Property Value

Object at the specified collection index.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2016, .NET 4.x

See Also

Copyright © 2002-2018 Advosol Inc. All Rights Reserved.