OPC Studio 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
 
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
<NotNullAttribute()>
Public Property ValueTypeFullName As String
'Usage
 
Dim instance As UAAttributePointWriteParameters
Dim value As String
 
instance.ValueTypeFullName = value
 
value = instance.ValueTypeFullName
[EditorBrowsable(EditorBrowsableState.Advanced)]
[NotNull()]
public string ValueTypeFullName {get; set;}
[EditorBrowsable(EditorBrowsableState.Advanced)]
[NotNull()]
public:
property String^ ValueTypeFullName {
   String^ get();
   void set (    String^ value);
}

Property Value

The value of this property cannot be null (Nothing in Visual Basic).

The default value of this property is "" (String.Empty).

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