QuickOPC User's Guide and Reference
Item Property (_DataFieldCollection)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.DataTypeModel.ComTypes Namespace > _DataFieldCollection Interface : Item Property
Syntax
'Declaration
 
<NotNullAttribute()>
ReadOnly Default Property Item( _
   ByVal key As String _
) As DataField
'Usage
 
Dim instance As _DataFieldCollection
Dim key As String
Dim value As DataField
 
value = instance.Item(key)
[NotNull()]
DataField this[ 
   string key
]; {get;}
[NotNull()]
property DataField^ default [String^] {
   DataField^ get(String^ key);
}

Parameters

key
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also