OPCDA.NET Reference Manual
ItemDefinitionSets Property
See Also  Send Feedback
OpcDaNetUA.Net4 Assembly > OPCDA.NET.Controls Namespace > DAGroup Class : ItemDefinitionSets Property

Glossary Item Box

Sets of item defintions for read/write calls. The collection contains a number of DAItemSet object. Each DAItemSet object contains a DAItemValue collection that can be used in Read/Write calls.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("OPC")>
<DescriptionAttribute("Sets of item defintions for read/write calls")>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
<EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="OPCDA.NET.Controls.ItemSetCollectionEditor, OpcDaNetUA.Net4, Version=11.1.0.0, Culture=neutral, PublicKeyToken=5b58a8d8b6f4763b")>
Public Property ItemDefinitionSets As DAItemSets
C# 
[CategoryAttribute("OPC")]
[DescriptionAttribute("Sets of item defintions for read/write calls")]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
[EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="OPCDA.NET.Controls.ItemSetCollectionEditor, OpcDaNetUA.Net4, Version=11.1.0.0, Culture=neutral, PublicKeyToken=5b58a8d8b6f4763b")]
public DAItemSets ItemDefinitionSets {get; set;}

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2016, .NET 4.x

See Also

Copyright © 2002-2018 Advosol Inc. All Rights Reserved.