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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Connectivity Namespace > UAAttributePointWriteParameters Class : ValueTypeFullName Property
The fully qualified name of the value type. Empty for automatic determination.
Syntax
'Declaration
 
<DefaultValueAttribute("")>
<DisplayAttribute(AutoGenerateField=False, 
   Order=2004, 
   ShortName="Value Type (Full Name)")>
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
<NotNullAttribute()>
Public Property ValueTypeFullName As String
'Usage
 
Dim instance As UAAttributePointWriteParameters
Dim value As String
 
instance.ValueTypeFullName = value
 
value = instance.ValueTypeFullName
[DefaultValue("")]
[Display(AutoGenerateField=false, 
   Order=2004, 
   ShortName="Value Type (Full Name)")]
[EditorBrowsable(EditorBrowsableState.Advanced)]
[NotNull()]
public string ValueTypeFullName {get; set;}
[DefaultValue("")]
[Display(AutoGenerateField=false, 
   Order=2004, 
   ShortName="Value Type (Full Name)")]
[EditorBrowsable(EditorBrowsableState.Advanced)]
[NotNull()]
public:
property String^ ValueTypeFullName {
   String^ get();
   void set (    String^ value);
}
Remarks

The value of this property is not used when the UAAttributePoint.AttributeId is other than OpcLabs.EasyOpc.UA.UAAttributeId.Value.

An empty value in this property means that the component will determine the type of the Value attribute from the DataType and ValueRank attributes of the node first. This can have negative implication on the performance, and introduces a dependency of the value written on the behavior of the OPC server itself.

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