PicoOPC User's Guide and Reference
AttributeId Enumeration



OpcLabs.PicoOpc Assembly > OpcLabs.PicoOpc.UA Namespace : AttributeId Enumeration
Identifiers assigned to attributes.
Syntax
'Declaration
 
Public Enum AttributeId 
   Inherits System.Enum
'Usage
 
Dim instance As AttributeId
public enum AttributeId : System.Enum 
public enum class AttributeId : public System.Enum 
Members
MemberValueDescription
AccessLevel17How a variable may be accessed.
ArrayDimensions16The length for each dimension of an array value.
BrowseName3A non-localized, human readable name for the node.
ContainsNoLoops11Indicates that following forward references within a view will not cause a loop.
DataType14The node id of the data type for the variable value.
DataTypeDefinition23Provides the metadata and encoding information for custom DataTypes.
Description5A localized description for the node.
DisplayName4A localized, human readable name for the node.
EventNotifier12Indicates that the node can be used to subscribe to events.
Executable21Whether the method can be called.
Historizing20Specifies whether the server is actively collecting historical data for the variable.
InverseName10The browse name for an inverse reference.
IsAbstract8Indicates that a type node may not be instantiated.
MinimumSamplingInterval19Specifies (in milliseconds) how fast the server can reasonably sample the value for changes.
NodeClass2The class of the node.
NodeId1The canonical identifier for the node.
None0No attribute.
Permissions24The permissions available for the node.
RolePermissions26The permissions granted to roles.
Symmetric9Indicates that forward and inverse references have the same meaning.
UserAccessLevel18How a variable may be accessed after taking the user's access rights into account.
UserExecutable22Whether the method can be called by the current user.
UserPermissions25The subset of permissions available for the current user.
UserWriteMask7Indicates which attributes are writeable by the current user.
Value13The value of a variable.
ValueRank15The number of dimensions in the value.
WriteMask6Indicates which attributes are writeable.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         OpcLabs.PicoOpc.UA.AttributeId

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

OpcLabs.PicoOpc.UA Namespace