Opc.Ua.Core
UserAccessLevel Property (UAVariable)



Opc.Ua.Export Namespace > UAVariable Class : UserAccessLevel Property
Syntax
'Declaration
 
<XmlAttributeAttribute()>
<DefaultValueAttribute(System.UInt32, "1")>
Public Property UserAccessLevel As UInteger
'Usage
 
Dim instance As UAVariable
Dim value As UInteger
 
instance.UserAccessLevel = value
 
value = instance.UserAccessLevel
[XmlAttribute()]
[DefaultValue(System.UInt32, "1")]
public uint UserAccessLevel {get; set;}
[XmlAttribute()]
[DefaultValue(System.UInt32, "1")]
public:
property uint UserAccessLevel {
   uint get();
   void set (    uint 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

UAVariable Class
UAVariable Members