QuickOPC User's Guide and Reference
FromCache Property (UAAttributePointReadParameters)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Connectivity Namespace > UAAttributePointReadParameters Class : FromCache Property
Attribute point read parameters that specify reading from the cache.
Syntax
'Declaration
 
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>
<NotNullAttribute()>
Public Shared Shadows ReadOnly Property FromCache As UAAttributePointReadParameters
'Usage
 
Dim value As UAAttributePointReadParameters
 
value = UAAttributePointReadParameters.FromCache
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[NotNull()]
public new static UAAttributePointReadParameters FromCache {get;}
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[NotNull()]
public:
new static property UAAttributePointReadParameters^ FromCache {
   UAAttributePointReadParameters^ get();
}
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