OPC Labs EasyOPC-UA Primitives Library
UARolePermissions Object
Members 
OpcLabs_EasyOpcUAPrimitives ActiveX DLL : UARolePermissions Object
Description
Specifies a role and the permissions assigned to that role.

 

ProgId: OpcLabs.EasyOpc.UA.UARolePermissions
CLSID (Class ID): 1c227639-0531-48b1-8ed7-a006ab5ddaa6
Default interface: OpcLabs.EasyOpc.UA.ComTypes._UARolePermissions
Event source interface:

 

For more information, see UARolePermissions and OpcLabs.EasyOpc.UA.ComTypes._UARolePermissions in .NET Reference.

Object Model

UARolePermissions ObjectUANodeId ObjectUABrowsePath Object

Remarks

For remarks, see UARolePermissions and OpcLabs.EasyOpc.UA.ComTypes._UARolePermissions in .NET Reference.

Object creation

_UARolePermissionsPtr UARolePermissionsPtr(__uuidof(UARolePermissions));
UARolePermissions := CoUARolePermissions.Create;
var UARolePermissions = new ActiveXObject("OpcLabs.EasyOpc.UA.UARolePermissions");
UARolePermissions := CoUARolePermissions.Create;
$UARolePermissions = Win32::OLE->new("OpcLabs.EasyOpc.UA.UARolePermissions");
$UARolePermissions = new COM("OpcLabs.EasyOpc.UA.UARolePermissions");
OLEObject UARolePermissions
UARolePermissions = CREATE OLEObject
UARolePermissions.ConnectToNewObject("OpcLabs.EasyOpc.UA.UARolePermissions")
UARolePermissions = win32com.client.Dispatch('OpcLabs.EasyOpc.UA.UARolePermissions')
Dim UARolePermissions As New OleObject ("OpcLabs.EasyOpc.UA.UARolePermissions")
Dim UARolePermissions As New UARolePermissions
UARolePermissions = CREATEOBJECT("OpcLabs.EasyOpc.UA.UARolePermissions")
Dim UARolePermissions As New UARolePermissions
Dim UARolePermissions: Set UARolePermissions = CreateObject("OpcLabs.EasyOpc.UA.UARolePermissions")
UARolePermissions := CreateObject("OpcLabs.EasyOpc.UA.UARolePermissions")
Interfaces
InterfaceDescription
An object that holds information.

 

IID (Interface ID): b9103dfd-bace-4392-afb0-ff2bfc9c7ab7

 

For more information, see _Info in .NET Reference.

 
A common base class.

 

IID (Interface ID): 9b164457-eef8-4736-bae7-531d45ea2751

 

For more information, see _Object2 in .NET Reference.

 

IID (Interface ID): 0cb251a7-3ab3-3b5c-a0b8-9ddf88824b85

 

For more information, see ICloneable in .NET Reference.

 

IID (Interface ID): d0eeaa62-3d30-3ee2-b896-a2f34dda47d8

 

For more information, see ISerializable in .NET Reference.

Example

For examples, see UARolePermissions in .NET Reference.

See Also

UARolePermissions Members