Gets the ResourceIdentifer that represents the OPC Server selected by the user in the SelectServerForm dialog.
[Visual Basic] Public Property SelectedServer As ResourceIdentifier
[C#] public ResourceIdentifier SelectedServer {get;}
[C++] public: __property ResourceIdentifier get_SelectedServer();
[JScript] public function get SelectedServer() : ResourceIdentifier;
A ResourceIdentifier that represents the path to the OPC server that the user selected.
This property is set when the dialog is closed. The property will be empty any time prior to the closing of the dialog.
Platforms: Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family
SelectServerForm Class | SelectServerForm Members | Visavi.Opc.Client Namespace