Visavi Visual OPC .NET  

OpcControl.Items Property

Gets the IOpcItemCollection that contains the items that have been added to the group.

[Visual Basic]
Public Property Items As IOpcItemCollection

[C#]
public IOpcItemCollection Items {get; set;}

[C++]
public: __property IOpcItemCollection get_Items();
public: __property void set_Items(IOpcItemCollection);

[JScript]
public function get Items() : IOpcItemCollection;
public function set Items(IOpcItemCollection);

Property Value

IOpcItemCollection that contains the IOpcItem objects that have been added to the group.

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

See Also

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