Opc.Ua.Core
Permissions Property



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

RolePermission Class
RolePermission Members