EasyUA Reference
AccessControlType Enumeration
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace : AccessControlType 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 AccessControlType
C# 
[DataContractAttribute(Namespace="http://opcfoundation.org/UA/SDK/Configuration.xsd", IsNamespaceSetExplicitly=true)]
public enum AccessControlType : System.Enum 

Members

MemberDescription
Allow Allows access to the specified account.
Deny Denies access to the specified account.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Opc.Ua.AccessControlType

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.