Opc.Ua.Core
AccessRestrictions Property (ModelTableEntry)



Opc.Ua.Export Namespace > ModelTableEntry Class : AccessRestrictions Property
Syntax
'Declaration
 
<XmlAttributeAttribute()>
<DefaultValueAttribute(System.UInt16, "0")>
Public Property AccessRestrictions As UShort
'Usage
 
Dim instance As ModelTableEntry
Dim value As UShort
 
instance.AccessRestrictions = value
 
value = instance.AccessRestrictions
[XmlAttribute()]
[DefaultValue(System.UInt16, "0")]
public ushort AccessRestrictions {get; set;}
[XmlAttribute()]
[DefaultValue(System.UInt16, "0")]
public:
property ushort AccessRestrictions {
   ushort get();
   void set (    ushort 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

ModelTableEntry Class
ModelTableEntry Members