Visavi Visual OPC .NET  

SelectServerForm.SelectedServer Property

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;

Property Value

A ResourceIdentifier that represents the path to the OPC server that the user selected.

Remarks

This property is set when the dialog is closed. The property will be empty any time prior to the closing of the dialog.

Requirements

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

See Also

SelectServerForm Class | SelectServerForm Members | Visavi.Opc.Client Namespace