Opc.Ua.Core
OnReadUserExecutable Field



Opc.Ua Namespace > MethodState Class : OnReadUserExecutable Field
Raised when the UserExecutable attribute is read.
Syntax
'Declaration
 
Public OnReadUserExecutable As Opc.Ua.NodeAttributeEventHandler(Of Boolean)
'Usage
 
Dim instance As MethodState
Dim value As Opc.Ua.NodeAttributeEventHandler(Of Boolean)
 
value = instance.OnReadUserExecutable
 
instance.OnReadUserExecutable = value
public Opc.Ua.NodeAttributeEventHandler<bool> OnReadUserExecutable
public:
Opc.Ua.NodeAttributeEventHandler<bool>^ OnReadUserExecutable
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

MethodState Class
MethodState Members