QuickOPC User's Guide and Reference
Implicit Type Conversion(UAWriterGroupDescriptor,String) Operator



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub Namespace > UAWriterGroupDescriptor Class > Implicit Type Conversion Operator : Implicit Type Conversion(UAWriterGroupDescriptor,String) Operator
A name of the writer group.
Converts a name into a writer group descriptor.
Syntax
'Declaration
 
<CanBeNullAttribute()>
Overloads Public Operator Widening CType( _
   ByVal name As String _
) As UAWriterGroupDescriptor
'Usage
 
[CanBeNull()]
public UAWriterGroupDescriptor operator implicit( 
   string name
)
[CanBeNull()]
public:
operator UAWriterGroupDescriptor^ ( 
   String^ name
)

Parameters

name
A name of the writer group.
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