Browse for available item properties of a specified OPC item. Specify server descriptor, and node descriptor.
Parameters
- serverDescriptor
- The OPC server involved in the operation.
- nodeDescriptor
- Descriptor of the node for which the properties will be browsed.
Return Value
The method returns a keyed collection of
OpcLabs.EasyOpc.DataAccess.AddressSpace.DAPropertyElement values, each containing information about a particular property found. The keys of the keyed collection are the IDs of the properties.
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