Build 1.01.318.0

[This is preliminary documentation and is subject to change.]

The rights to an application that may be granted to the user.

Namespace: Opc.Ua
Assembly: Opc.Ua.Core (in Opc.Ua.Core.dll) Version: 1.1.318.1 (1.01.318.1)

Syntax

C#
public enum AccessControlType
Visual Basic
Public Enumeration AccessControlType
Visual C++
public enum class AccessControlType

Members

Member nameValueDescription
Allow0 Allows access to the specified account.
Deny1 Denies access to the specified account.

See Also