OPC Studio 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.

The value of this parameter can be null (Nothing in Visual Basic).

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.

The value of this parameter can be null (Nothing in Visual Basic).

Return Value

This method can return null (Nothing in Visual Basic).

Remarks

This operator is equivalent to FromString.

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