| Visual Basic (Usage) |  Copy Code | 
|---|---|
| Dim instance As IReferenceDictionary(Of T) Dim key As IReference Dim value As T instance.Item(key) = value value = instance.Item(key) | |
| C# | |
|---|---|
| public T this[ IReference key ]; {get; set;} | |
Parameters
- key
Property Value
The value with the specified NodeId.Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x
 
     
     
     
     
    
    