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 ApplicationAccessRight
Visual Basic
Public Enumeration ApplicationAccessRight
Visual C++
public enum class ApplicationAccessRight

Members

Member nameValueDescription
None0 The account has no access.
Run1 The account can run the application.
Update2 The account can update the application configuration.
Configure3 The account can change the application access rights.

See Also