| Visual Basic (Declaration) | |
|---|---|
Public Shadows Default Property Item( _ ByVal i As Integer _ ) As DAItemValue | |
| C# | |
|---|---|
public new DAItemValue this[ int i ]; {get; set;} | |
Parameters
- i
- Index of the element.
|
| OPCDA.NET Reference Manual |
|
| Item Property | |
| See Also Send Feedback | |
| OpcDaNetUA.Net4 Assembly > OPCDA.NET.Controls Namespace > DAItemSet Class : Item Property |
Glossary Item Box
| Visual Basic (Declaration) | |
|---|---|
Public Shadows Default Property Item( _ ByVal i As Integer _ ) As DAItemValue | |
| C# | |
|---|---|
public new DAItemValue this[ int i ]; {get; set;} | |