Opc.Ua.Core
AccessLevel Property (IVariable)



Opc.Ua Namespace > IVariable Interface : AccessLevel Property
The type of access supported by variable.
Syntax
'Declaration
 
Property AccessLevel As Byte
'Usage
 
Dim instance As IVariable
Dim value As Byte
 
instance.AccessLevel = value
 
value = instance.AccessLevel
byte AccessLevel {get; set;}
property byte AccessLevel {
   byte get();
   void set (    byte value);
}

Property Value

The access level.
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

IVariable Interface
IVariable Members