QuickOPC User's Guide and Reference
ValueTypeFullName Property (UALiteralOperand)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Filtering Namespace > UALiteralOperand Class : ValueTypeFullName Property
The fully qualified name of the value type.
Syntax
'Declaration
 
<DataMemberAttribute()>
<DefaultValueAttribute("System.Object")>
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
<NotNullAttribute()>
Public Property ValueTypeFullName As String
'Usage
 
Dim instance As UALiteralOperand
Dim value As String
 
instance.ValueTypeFullName = value
 
value = instance.ValueTypeFullName
[DataMember()]
[DefaultValue("System.Object")]
[EditorBrowsable(EditorBrowsableState.Advanced)]
[NotNull()]
public string ValueTypeFullName {get; set;}
[DataMember()]
[DefaultValue("System.Object")]
[EditorBrowsable(EditorBrowsableState.Advanced)]
[NotNull()]
public:
property String^ ValueTypeFullName {
   String^ get();
   void set (    String^ value);
}
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