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



OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.AlarmsAndEvents.Forms.Browsing.ComTypes Namespace > _AEAttributeDialog Interface : AttributeIds Property
A collection of attribute Ids.
Syntax
'Declaration
 
<NotNullAttribute()>
Property AttributeIds As Int32Collection
'Usage
 
Dim instance As _AEAttributeDialog
Dim value As Int32Collection
 
instance.AttributeIds = value
 
value = instance.AttributeIds
[NotNull()]
Int32Collection AttributeIds {get; set;}
[NotNull()]
property Int32Collection^ AttributeIds {
   Int32Collection^ get();
   void set (    Int32Collection^ value);
}
Remarks
Getting or setting this property creates a clone of the current value. Later changes in the collection are not synchronized with the clone.
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