Connectivity Software User's Guide and Reference
DefaultObjectsNamespaceDefaultPermissionAssignment Property



OpcLabs.ServerOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace > EasyUAServerCore Class : DefaultObjectsNamespaceDefaultPermissionAssignment Property
The default permission assignment for the Objects namespace.
Syntax
'Declaration
 
<JetBrains.Annotations.NotNullAttribute()>
Public Shared ReadOnly Property DefaultObjectsNamespaceDefaultPermissionAssignment As UAPermissionAssignment
'Usage
 
Dim value As UAPermissionAssignment
 
value = EasyUAServerCore.DefaultObjectsNamespaceDefaultPermissionAssignment
[JetBrains.Annotations.NotNull()]
public static UAPermissionAssignment DefaultObjectsNamespaceDefaultPermissionAssignment {get;}
[JetBrains.Annotations.NotNull()]
public:
static property UAPermissionAssignment^ DefaultObjectsNamespaceDefaultPermissionAssignment {
   UAPermissionAssignment^ get();
}

Property Value

A OpcLabs.EasyOpc.UA.Security.Subject.UAPermissionAssignment that defines how permissions are assigned by default to nodes in the Objects namespace.

The value of this property cannot be null (Nothing in Visual Basic).

Remarks

This static property returns the default permission assignment used for nodes in the Objects namespace when no other permission assignment is specified. The default value is OpcLabs.EasyOpc.UA.Security.Subject.UAPermissionAssignment.RoleBasis.

This method or property does not throw any exceptions, aside from execution exceptions such as System.Threading.ThreadAbortException or System.OutOfMemoryException.

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also