Visavi Visual OPC .NET  

OpcGroupDefinition.Active Property

Gets or sets a value indicating whether the OpcGroupDefinition is Active to the server specified in the ServerIdentifier property.

[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 the OpcGroupDefinition object is Active; false if the server is not Active.

Remarks

For more information on the OPC Active flags, refer to the Active Flag  excerpt from the OPC DA Specification.

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

See Also

OpcGroupDefinition Class | OpcGroupDefinition Members | Active Flag | Visavi.Opc.Client Namespace