OPC Studio User's Guide and Reference
WriterGroupName Property (UAPubSubLocators)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub Namespace > UAPubSubLocators Class : WriterGroupName Property
The name of the writer group.
Syntax
'Declaration
 
<DefaultValueAttribute("")>
<IsValueEvidentAttribute(True)>
<NotNullAttribute()>
Public Property WriterGroupName As String
'Usage
 
Dim instance As UAPubSubLocators
Dim value As String
 
instance.WriterGroupName = value
 
value = instance.WriterGroupName
[DefaultValue("")]
[IsValueEvident(true)]
[NotNull()]
public string WriterGroupName {get; set;}
[DefaultValue("")]
[IsValueEvident(true)]
[NotNull()]
public:
property String^ WriterGroupName {
   String^ get();
   void set (    String^ value);
}
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