EasyUA Reference
ApplicationAccessRight Enumeration
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace : ApplicationAccessRight Enumeration

Glossary Item Box

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

Syntax

Visual Basic (Usage)Copy Code
Dim instance As ApplicationAccessRight
C# 
[DataContractAttribute(Namespace="http://opcfoundation.org/UA/SDK/Configuration.xsd", IsNamespaceSetExplicitly=true)]
public enum ApplicationAccessRight : System.Enum 

Members

MemberDescription
Configure The account can change the application access rights.
None The account has no access.
Run The account can run the application.
Update The account can update the application configuration.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Opc.Ua.ApplicationAccessRight

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.