Opc.Ua.Core
UserAccessLevel Property (IVariable)



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

Property Value

The user 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