'Declaration
<NotNullAttribute()> Property FullName As String
'Usage
Dim instance As _UnionDataType Dim value As String instance.FullName = value value = instance.FullName
[NotNull()] string FullName {get; set;}
'Declaration
<NotNullAttribute()> Property FullName As String
'Usage
Dim instance As _UnionDataType Dim value As String instance.FullName = value value = instance.FullName
[NotNull()] string FullName {get; set;}
The syntax and semantics of the full name are given by the data type system this data type belongs to. For example, in OPC UA Binary data type system, the full name is a string form of its System.Xml.XmlQualifiedName, where the namespace is the target namespace of the dictionary that defines the data type.
The full name is meant to be unique if possible, but does not necessarily have to. Whether the full names are truly unique depends on the data type system, and its configuration.