Touchstone Re 2023 API Reference
AccessCode Enumeration


Air.Services.Proxy Assembly > AIR.Services.Security.Data Namespace : AccessCode Enumeration
Defines a set of access codes to identify the level of access for the software.
Syntax
Public Enum AccessCode 
   Inherits System.Enum
Dim instance As AccessCode
public enum AccessCode : System.Enum 
Members
MemberDescription
ReadDefines the access level that allows read access (1).
ReadWriteDefines the access level that allows read/write access (3).
WriteDefines the access level that allows write access (2).
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         AIR.Services.Security.Data.AccessCode

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AIR.Services.Security.Data Namespace