Visavi Visual OPC .NET  

OpcTextBox.Active Property

Gets or sets a value indicating whether the OPC binding's active flag is set or not.

[Visual Basic]
Public Property Active As Boolean

[C#]
public bool Active {get; set;}

[C++]
public: __property bool get_Active();
public: __property void set_Active(bool);

[JScript]
public function get Active() : Boolean;
public function set Active(Boolean);

Property Value

true if binding's Active Flag is set (true), otherwise false. The default value is true.

Exceptions

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

Remarks

For a more in-depth discussion of the Active property, refer to the OPC Active Flag excerpt from the OPC Data Access 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