Visavi Visual OPC .NET  

IOpcConnection.Groups Property

Gets an  IOpcGroupCollection interface that contains the groups contained by this IOpcConnection 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 IOpcConnection component is Groups 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

IOpcConnection Interface | IOpcConnection Members | Visavi.Opc.Client Namespace