QuickOPC User's Guide and Reference
FromString Method (UAWriterGroupDescriptor)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub Namespace > UAWriterGroupDescriptor Class : FromString Method
A name of the writer group.
Converts a name into a writer group descriptor.
Syntax
'Declaration
 
<CanBeNullAttribute()>
Public Shared Function FromString( _
   ByVal name As String _
) As UAWriterGroupDescriptor
'Usage
 
Dim name As String
Dim value As UAWriterGroupDescriptor
 
value = UAWriterGroupDescriptor.FromString(name)
[CanBeNull()]
public static UAWriterGroupDescriptor FromString( 
   string name
)
[CanBeNull()]
public:
static UAWriterGroupDescriptor^ FromString( 
   String^ name
) 

Parameters

name
A name of the writer group.

Return Value

Returns a writer group descriptor with the specified name; returns null if a null name has been passed in.
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