Opc.Ua.Core
Executable Property (MethodState)



Opc.Ua Namespace > MethodState Class : Executable Property
Whether the method can be called.
Syntax
'Declaration
 
Public Property Executable As Boolean
'Usage
 
Dim instance As MethodState
Dim value As Boolean
 
instance.Executable = value
 
value = instance.Executable
public bool Executable {get; set;}
public:
property bool Executable {
   bool get();
   void set (    bool value);
}
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