Visavi Visual OPC .NET  

OpcTextBox.AccessPath Property

Gets or sets a the AccessPath used to bind the control to the OPC Server.

[Visual Basic]
Public Property AccessPath As String

[C#]
public string AccessPath {get; set;}

[C++]
public: __property String get_AccessPath();
public: __property void set_AccessPath(String);

[JScript]
public function get AccessPath() : String;
public function set AccessPath(String);

Property Value

String representing AccessPath used by the control when connecting with the OPC server. The default value is "".

Exceptions

Exception Type Condition
COMException The call (IOPCItemMgt::SetAccessPathState) to the OPC Server failed with the error specified in the COMException.ErrorCode.

Remarks

For information discussing the uses of the access path, refer to OPC Access Path excerpt from the OPC Specification.

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

See Also

OpcTextBox Class | OpcTextBox Members | Visavi.Opc.Client.Forms Namespace