Visavi Visual OPC .NET  

IOpcGroup.ServerHandle Property

Gets the value of the OPC Server Handle.

[Visual Basic]
Public Property ServerHandle As Integer

[C#]
public int ServerHandle {get;}

[C++]
public: __property int get_ServerHandle();

[JScript]
public function get ServerHandle() : int;

Property Value

The current value of the Server Handle.

Remarks

The server item handle is unique within the group and will be returned when the item is created. It is then passed by the client to various methods. The server item handle can be assumed to remain valid until the client Removes the items or Removes the Group containing the items.

It should not be persistently stored by the client as it may be different the next time the OPC Item is created.

Platforms: Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

IOpcGroup Interface | IOpcGroup Members | Visavi.Opc.Client Namespace