OPC Labs EasyOPC-UA Components Library
BrowseProperties Method
OpcLabs_EasyOpcUAComponents ActiveX DLL > EasyUAClient Object : BrowseProperties Method

Description
Browses the Properties, specifying an endpoint descriptor, and a starting Node Id.

 

DISPID (Dispatch ID):

 

For more information, see BrowseProperties in .NET Reference.

Syntax
Visual Basic
Public Function BrowseProperties( _
   ByVal endpointDescriptorString As String, _
   ByVal nodeDescriptorString As String _
) As UANodeElementCollection
Parameters
endpointDescriptorString

nodeDescriptorString

Return Type

See BrowseProperties in .NET Reference.

Remarks

For remarks, see BrowseProperties in .NET Reference.

Example

For examples, see BrowseProperties in .NET Reference.

See Also

EasyUAClient Object  | EasyUAClient Members