Build 1.01.318.0
Assembly: Opc.Ua.Core (in Opc.Ua.Core.dll) Version: 1.1.318.1 (1.01.318.1)
[This is preliminary documentation and is subject to change.]
The rights to an application that may be granted to the user.
Namespace: Opc.UaAssembly: 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 name | Value | Description | |
|---|---|---|---|
| Allow | 0 | Allows access to the specified account. | |
| Deny | 1 | Denies access to the specified account. |