4.4.4.7
ServerHandle
Description
(Read-only) The server assigned handle for the group. The ServerHandle is a Long that uniquely
identifies this group. The client must supply this handle to some of the methods that operate on
OPCGroup objects (such as OPCGroups.Remove).
Syntax
ServerHandle As Long
Example
VB Syntax Example (getting the property):
Dim CurrentValue As Long
Set MyGroups = AnOPCServer.OPCGroups
Set OneGroup = MyGroups.ConnectPublicGroup ( “AnOPCGroupName” )
‘ some more code here
Set CurrentValue = OneGroup.ServerHandle ‘ to get the value
Do'stlaringiz bilan baham: |