OPC Studio User's Guide and Reference
GetKeyForItem Method (DANodeElementCollection)



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.DataAccess.AddressSpace Namespace > DANodeElementCollection Class : GetKeyForItem Method

The value of this parameter cannot be null (Nothing in Visual Basic).

Syntax
'Declaration
 
<NotNullAttribute()>
Protected Overrides NotOverridable Function GetKeyForItem( _
   ByVal item As DANodeElement _
) As String
'Usage
 
Dim instance As DANodeElementCollection
Dim item As DANodeElement
Dim value As String
 
value = instance.GetKeyForItem(item)
[NotNull()]
protected override string GetKeyForItem( 
   DANodeElement item
)
[NotNull()]
protected:
String^ GetKeyForItem( 
   DANodeElement^ item
) override 

Parameters

item

The value of this parameter cannot be null (Nothing in Visual Basic).

Return Value

This method never returns null (Nothing in Visual Basic).

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

Reference

DANodeElementCollection Class
DANodeElementCollection Members
Base Implementation in GetKeyForItem