QuickOPC User's Guide and Reference
UAWriterGroupElement Class
Members 



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.Configuration Namespace : UAWriterGroupElement Class
Represents a writer group element in the PubSub configuration.
Object Model
UAWriterGroupElement ClassUAKeyValueDictionary ClassStringCollection ClassUAWriterGroupMessageParameters ClassUADiscoveryElementCollection ClassUADiscoveryElement ClassUAWriterGroupTransportParameters Class
Syntax
'Declaration
 
<CLSCompliantAttribute(True)>
<ComDefaultInterfaceAttribute(OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes._UAWriterGroupElement)>
<ComVisibleAttribute(True)>
<GuidAttribute("F041BA29-2F48-48AD-BA2C-9C130BCF3B74")>
<TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
<ValueControlAttribute("OpcLabs.BaseLib.Forms.Common.ObjectSerializationControl, OpcLabs.BaseLibForms, Version=5.72.465.1, Culture=neutral, PublicKeyToken=6faddca41dacb409", 
   DefaultReadWrite=False, 
   Export=True, 
   PageId=10001)>
<SerializableAttribute()>
Public Class UAWriterGroupElement 
   Inherits UAPubSubGroupElement
   Implements LINQPad.ICustomMemberProvider, OpcLabs.BaseLib.ComTypes._Info, OpcLabs.BaseLib.ComTypes._Object2, OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes._UAPubSubComponentElement, OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes._UAPubSubGroupElement, OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes._UAPubSubObjectElement, OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes._UAWriterGroupElement, System.ICloneable, System.IFormattable, System.Runtime.Serialization.ISerializable, System.Xml.Serialization.IXmlSerializable 
'Usage
 
Dim instance As UAWriterGroupElement
[CLSCompliant(true)]
[ComDefaultInterface(OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes._UAWriterGroupElement)]
[ComVisible(true)]
[Guid("F041BA29-2F48-48AD-BA2C-9C130BCF3B74")]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
[ValueControl("OpcLabs.BaseLib.Forms.Common.ObjectSerializationControl, OpcLabs.BaseLibForms, Version=5.72.465.1, Culture=neutral, PublicKeyToken=6faddca41dacb409", 
   DefaultReadWrite=false, 
   Export=true, 
   PageId=10001)]
[Serializable()]
public class UAWriterGroupElement : UAPubSubGroupElement, LINQPad.ICustomMemberProvider, OpcLabs.BaseLib.ComTypes._Info, OpcLabs.BaseLib.ComTypes._Object2, OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes._UAPubSubComponentElement, OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes._UAPubSubGroupElement, OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes._UAPubSubObjectElement, OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes._UAWriterGroupElement, System.ICloneable, System.IFormattable, System.Runtime.Serialization.ISerializable, System.Xml.Serialization.IXmlSerializable  
[CLSCompliant(true)]
[ComDefaultInterface(OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes._UAWriterGroupElement)]
[ComVisible(true)]
[Guid("F041BA29-2F48-48AD-BA2C-9C130BCF3B74")]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
[ValueControl("OpcLabs.BaseLib.Forms.Common.ObjectSerializationControl, OpcLabs.BaseLibForms, Version=5.72.465.1, Culture=neutral, PublicKeyToken=6faddca41dacb409", 
   DefaultReadWrite=false, 
   Export=true, 
   PageId=10001)]
[Serializable()]
public ref class UAWriterGroupElement : public UAPubSubGroupElement, LINQPad.ICustomMemberProvider, OpcLabs.BaseLib.ComTypes._Info, OpcLabs.BaseLib.ComTypes._Object2, OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes._UAPubSubComponentElement, OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes._UAPubSubGroupElement, OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes._UAPubSubObjectElement, OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes._UAWriterGroupElement, System.ICloneable, System.IFormattable, System.Runtime.Serialization.ISerializable, System.Xml.Serialization.IXmlSerializable  
Inheritance Hierarchy

System.Object
   OpcLabs.BaseLib.Object2
      OpcLabs.BaseLib.Info
         OpcLabs.EasyOpc.UA.PubSub.Configuration.UAPubSubObjectElement
            OpcLabs.EasyOpc.UA.PubSub.Configuration.UAPubSubComponentElement
               OpcLabs.EasyOpc.UA.PubSub.Configuration.UAPubSubGroupElement
                  OpcLabs.EasyOpc.UA.PubSub.Configuration.UAWriterGroupElement
                     OpcLabs.EasyOpc.UA.PubSub.Configuration.UAWriterGroupData

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