QuickOPC User's Guide and Reference
RequestedDataType Property (DAItemAttribute)



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess.LiveMapping Namespace > DAItemAttribute Class : RequestedDataType Property
Specifies the data type requested. Passing OpcLabs.BaseLib.ComInterop.VarTypes.Empty means that the server's canonical data type should be used.
Syntax
'Declaration
 
Public Property RequestedDataType As VarTypes
'Usage
 
Dim instance As DAItemAttribute
Dim value As VarTypes
 
instance.RequestedDataType = value
 
value = instance.RequestedDataType
public VarTypes RequestedDataType {get; set;}
public:
property VarTypes RequestedDataType {
   VarTypes get();
   void set (    VarTypes value);
}
Remarks
This property is only used in client mapping. It is ignored in server mapping.
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