QuickOPC User's Guide and Reference
MaximumAge Property (UAReadAttribute)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.LiveMapping Namespace > UAReadAttribute Class : MaximumAge Property
Maximum age of the value to be read (in milliseconds). Use OpcLabs.EasyOpc.UA.UAReadParameters.CacheMaximumAge to read from the cache.
Syntax
'Declaration
 
<UnitAttribute("ms")>
Public Property MaximumAge As Double
'Usage
 
Dim instance As UAReadAttribute
Dim value As Double
 
instance.MaximumAge = value
 
value = instance.MaximumAge
[Unit("ms")]
public double MaximumAge {get; set;}
[Unit("ms")]
public:
property double MaximumAge {
   double get();
   void set (    double value);
}

Property Value

Returns the maximum age (in milliseconds).
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