Visavi Visual OPC .NET  

OpcGroupDefinition.Items Property

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

[Visual Basic]
Public Property Items As OpcItemDefinitionCollection
[C#]
public OpcItemDefinitionCollection Items {get;}
[C++]
public: __property OpcItemDefinitionCollection get_Items();
[JScript]
public function get Items() : OpcItemDefinitionCollection;

Property Value

OpcItemDefinitionCollection that contains the OpcItemDefinition 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

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