QuickOPC User's Guide and Reference
AttributeElements Property (_AEAttributeDialog)



OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.AlarmsAndEvents.Forms.Browsing.ComTypes Namespace > _AEAttributeDialog Interface : AttributeElements Property
A collection of attribute elements (OpcLabs.EasyOpc.AlarmsAndEvents.AddressSpace.AEAttributeElement), keyed by their Attribute Ids.
Syntax
'Declaration
 
<ElementsNotNullAttribute()>
<NotNullAttribute()>
ReadOnly Property AttributeElements As AEAttributeElementCollection
'Usage
 
Dim instance As _AEAttributeDialog
Dim value As AEAttributeElementCollection
 
value = instance.AttributeElements
[ElementsNotNull()]
[NotNull()]
AEAttributeElementCollection AttributeElements {get;}
[ElementsNotNull()]
[NotNull()]
property AEAttributeElementCollection^ AttributeElements {
   AEAttributeElementCollection^ get();
}
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also