QuickOPC User's Guide and Reference
ValueTypeProvidedBy Property



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.LiveMapping Namespace > UADataAttribute Class : ValueTypeProvidedBy Property
The name of the member that provide the type of the value.
Syntax
'Declaration
 
<CanBeNullAttribute()>
Public Property ValueTypeProvidedBy As String
'Usage
 
Dim instance As UADataAttribute
Dim value As String
 
instance.ValueTypeProvidedBy = value
 
value = instance.ValueTypeProvidedBy
[CanBeNull()]
public string ValueTypeProvidedBy {get; set;}
[CanBeNull()]
public:
property String^ ValueTypeProvidedBy {
   String^ get();
   void set (    String^ value);
}
Remarks
Only use with a value attribute. For a value attribute, either ValueType, or ValueTypeProvidedBy (but not both) has to be set. ValueType allows a direct (static) specification of the value type, while ValueTypeProvidedBy allows the value type be determined during the mapping process indirectly (dynamically).
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