Opc.Ua.Core
UserRolePermissions Property



Opc.Ua Namespace > NodeState Class : UserRolePermissions Property
Specifies a list of permissions for the node assigned to roles for the current user.
Syntax
'Declaration
 
Public Property UserRolePermissions As RolePermissionTypeCollection
'Usage
 
Dim instance As NodeState
Dim value As RolePermissionTypeCollection
 
instance.UserRolePermissions = value
 
value = instance.UserRolePermissions
public RolePermissionTypeCollection UserRolePermissions {get; set;}
public:
property RolePermissionTypeCollection^ UserRolePermissions {
   RolePermissionTypeCollection^ get();
   void set (    RolePermissionTypeCollection^ value);
}

Property Value

The Permissions that apply to the node for the current user.
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

NodeState Class
NodeState Members