Visavi Visual OPC .NET  

OpcConnection.Groups Property

Gets an IOpcGroupCollection interface that contains the groups contained by this OpcConnection object.

[Visual Basic]
Public Property Groups As IOpcGroupCollection
[C#]
public IOpcGroupCollection Groups {get;}
[C++]
public: __property IOpcGroupCollection get_ConnectionScheme();
[JScript]
public function get Groups() : IOpcGroupCollection;

Property Value

An IOpcGroupCollection interface that represents the groups that will either be or have been added to the server when the OpcConnection component is connected to the OPC server.

Remarks

The Groups property is a collection of IOpcGroup items. These items represent the groups added to the OPC server.

Requirements

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

See Also

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