'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.