Opc.Ua.Core
UserExecutable Property (UAMethod)



Opc.Ua.Export Namespace > UAMethod Class : UserExecutable Property
Syntax
'Declaration
 
<XmlAttributeAttribute()>
<DefaultValueAttribute(True)>
Public Property UserExecutable As Boolean
'Usage
 
Dim instance As UAMethod
Dim value As Boolean
 
instance.UserExecutable = value
 
value = instance.UserExecutable
[XmlAttribute()]
[DefaultValue(true)]
public bool UserExecutable {get; set;}
[XmlAttribute()]
[DefaultValue(true)]
public:
property bool UserExecutable {
   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

UAMethod Class
UAMethod Members