Opc.Ua.Core
OnReadAccessLevelEx Field



Opc.Ua Namespace > BaseVariableState Class : OnReadAccessLevelEx Field
Raised when the AccessLevelEx attribute is read.
Syntax
'Declaration
 
Public OnReadAccessLevelEx As Opc.Ua.NodeAttributeEventHandler(Of UInteger)
'Usage
 
Dim instance As BaseVariableState
Dim value As Opc.Ua.NodeAttributeEventHandler(Of UInteger)
 
value = instance.OnReadAccessLevelEx
 
instance.OnReadAccessLevelEx = value
public Opc.Ua.NodeAttributeEventHandler<uint> OnReadAccessLevelEx
public:
Opc.Ua.NodeAttributeEventHandler<uint>^ OnReadAccessLevelEx
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BaseVariableState Class
BaseVariableState Members