Visavi Visual OPC .NET  

IOpcConnection.ServerIdentifier Property

Gets or sets a ResourceIdentifer that represents the OPC Server that the IOpcConnection object connects to when the Connected property is set to true.

[Visual Basic]
Public Property ServerIdentifier As ResourceIdentifier
[C#]
public ResourceIdentifier ServerIdentifier {get; set;}
[C++]
public: __property ResourceIdentifier get_ServerIdentifier();
public: __property void set_ServerIdentifier(ResourceIdentifier);
[JScript]
public function get ServerIdentifier() : ResourceIdentifier;
public function set ServerIdentifier(ResourceIdentifier);

Property Value

A ResourceIdentifier that represents the path to the OPC server.

Requirements

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

See Also

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