'Declaration
Public Function BrowseProperties( _ ByVal serverDescriptor As ServerDescriptor, _ ByVal nodeDescriptor As DANodeDescriptor _ ) As DAPropertyElementCollection
'Usage
Dim instance As EasyDAClient Dim serverDescriptor As ServerDescriptor Dim nodeDescriptor As DANodeDescriptor Dim value As DAPropertyElementCollection value = instance.BrowseProperties(serverDescriptor, nodeDescriptor)
public DAPropertyElementCollection BrowseProperties( ServerDescriptor serverDescriptor, DANodeDescriptor nodeDescriptor )
public: DAPropertyElementCollection^ BrowseProperties( ServerDescriptor^ serverDescriptor, DANodeDescriptor^ nodeDescriptor )
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.