QuickOPC User's Guide and Reference
CreateStandard Method (UAQualifiedName)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.AddressSpace Namespace > UAQualifiedName Class : CreateStandard Method
The name part of the qualified name (the part without namespace qualification).
Creates a qualified name with a name in the standard OPC UA namespace.
Syntax
'Declaration
 
<NotNullAttribute()>
Public Shared Function CreateStandard( _
   ByVal name As String _
) As UAQualifiedName
'Usage
 
Dim name As String
Dim value As UAQualifiedName
 
value = UAQualifiedName.CreateStandard(name)
[NotNull()]
public static UAQualifiedName CreateStandard( 
   string name
)
[NotNull()]
public:
static UAQualifiedName^ CreateStandard( 
   String^ name
) 

Parameters

name
The name part of the qualified name (the part without namespace qualification).

Return Value

Returns the qualified name in the standard OPC UA namespace and with the given name.
Remarks

This method or property does not throw any exceptions, aside from execution exceptions such as System.Threading.ThreadAbortException or System.OutOfMemoryException.

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