'Declaration
<UnitAttribute("ms")> Public Property ValueAge As Integer
'Usage
Dim instance As DAReadAttribute Dim value As Integer instance.ValueAge = value value = instance.ValueAge
[Unit("ms")] public int ValueAge {get; set;}
'Declaration
<UnitAttribute("ms")> Public Property ValueAge As Integer
'Usage
Dim instance As DAReadAttribute Dim value As Integer instance.ValueAge = value value = instance.ValueAge
[Unit("ms")] public int ValueAge {get; set;}
This value is significant only when the DataSource property is set to ByValueAge.
The value must be greater than or equal to zero, or it must be equal to System.Threading.Timeout.Infinite.
When the value is System.Threading.Timeout.Infinite, the value will always be provided from the memory, i.e. without actually accessing the OPC server.